How can I resize the medium heading font size in the Dawn theme?

How can I resize the medium heading font size in the Dawn theme?

chocolatte1234
Explorer
57 0 21

Screen Shot 2023-02-02 at 3.53.31 PM.png

 

Hi! I  would like to resize my medium heading font size to be slightly smaller. Any suggestion on how I can do that? My shop: https://6fa09b.myshopify.com/ theme: Dawn

Replies 2 (2)

PageFly-Kate
Shopify Partner
1257 356 383

Hi @chocolatte1234 

I’m Kate from PageFly - Landing Page Builder, I’d like to suggest this idea:

Step 1: You go to Onlise store -> Theme -> actions -> Edit code and choose file theme.liquid

Step 2: You add CSS code in body file theme.liquid

.rich-text__heading span strong{
font-size: medium !important;
}

 

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

GemPages
Shopify Partner
5625 1261 1241

Hello @chocolatte1234 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1675391885207.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1675391902466.png

    <style>
      @media (max-width: 767px ) {
        .shopify-section h2.rich-text__heading.rte.h1 {
            font-size: 18px;
        }
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center