How do i make the font size of the product title on the quick add card smaller?

Hi,

i have the studio theme and i want to make the " product title " font size smaller on the card that appears as a pop up box on the homepage after the quick add button under a product display on the homepage is clicked. please could you tell what code i should add ? thanks

HI @RubyB11
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

Hello @RubyB11

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

Hi @RubyB11

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hi @RubyB11
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.quick-add-modal__content .product__title h2{
font-size: 20px;
}
1 Like