Changing product title font size & fill in add to cart button

Hello!

Despite reading a lot of topics, trying a lot of code on different pages, unfortunately I haven’t managed to change the font size of the product title yet.

in addition, I would also like to have the add to cart button filled in completely in color, instead of the outline now.

Theme: Dawn
website: https://frylics.nl/collections/all
password: hidevs

All help is appreciated.

Hi @Frylics

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->component-card.css

.card__heading {
    font-size: 22px !important;
}

Assets ->quick-add.css

.quick-add__submit {
   background-color: #F36B21 !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

1 Like