Dawn theme - How to increase the font size of the product titles on home page and product page?

Thanks for your help

@komalkhubani

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
span.card-information__text.h5 {
    font-size: 18px !important; /* home page */
}
.product__title {
font-size: 36px !important; /* Product page */
}
}

Thanks @KetanKumar , but it didn’t work.

@komalkhubani
Kindly Share your Store url.
So that I can Help you.

Thank you.

thanks @Zworthkey I have messaged you

@komalkhubani
Where i can enter password.
Their is no clue.

@komalkhubani
Add this code in the base.css

h3.card-information__text.h5 a {
    font-size: 17px !important;
}

Thank you.

It worked, thank you so much

Really appreciate your help @Zworthkey

Could you also please help with aligning the social media icon to the centre?

Every time I add it, it pushes the subscribe box to the left

Hi @Zworthkey , I tried inserting your sode in the bottom of base.css and increased the 17px to 30px but did not see a change in the size of the text for product titles on home page nor on product page. Could you suggest a solution to this for me? Store = www.theburpboss.com PW: leistu. Kind thanks!

I also just tried this solution with Dawn 5.0 with no change. I even tried the 17px to 36px. I’ve looked all over the community and tried a few things.

I’m new to Shopify but know CSS. Can someone please point me to a potential solution?