Reduce Page Heading Font Size in Dawn Theme

Hello. How do I reduce the font size of the Page Heading/Title in regular pages and blog pages in Dawn Theme. I’ve tried about 4 accepted solutions, and it doesn’t work for me. Look at the screen shot to see how absolutely huge the font size is. (Note: inside the dawn theme editor, I’ve already reduced the font to the smallest size).

https://turquoiseandtufa.com/pages/customer-reviews

Thank you so much!

Hi @TurquoiseTufa

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> section-main-page.css paste the below code at the bottom of the file.

#shopify-section-template–14914412183667__main .main-page-title.page-title{

font-size:30px !important;

margin-bottom:0 !important

}

Best Regards;

PageFly

Thank you so much for taking the time to answer my question. Unfortunately, it didn’t work - the heading stayed the same size. I even downsized the font size in your code to 20px, and there was no change at all in that heading that says “customer reviews” at the top of this page: https://turquoiseandtufa.com/pages/customer-reviews

I appreciate you trying. I wish someone had the solution.

If you can give me access, I will fix it quickly and save your time

or you can add code to the before element of the theme.liquid file

#shopify-section-template--14914412183667__main .main-page-title.page-title{ font-size:20px !important; margin-bottom:0 !important }

Awesome! Thank you! It worked for the customer review page https://turquoiseandtufa.com/pages/customer-reviews

But it didn’t work for other pages like https://turquoiseandtufa.com/pages/our-story

Is there a different fix for different pages? Shouldn’t that work for all pages?

Thank you for helping me fix that one page.