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

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

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;
}

Hello @chocolatte1234

You can follow these steps:

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

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team