How can I reduce the font size in Dawn?

Hi all,

How do I decrease the black font size here?

https://brew2you.au/

*Page is not yet active.

Hello there,

Please share me preview link.

Thank you!

Use (font-size) to set the font size

Hi @brew2you ,

Glad to support you today.

That Collapsible content section on the Dawn theme don’t have option change font size. So if you want reduce that font size, you can check out my suggestion below to make it:

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

*Note: you can replace the number **14** with another number you want to reduce font size.

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Hi @brew2you
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.collapsible-content__grid .accordion__title {
font-size: 14px;
}

Hi @brew2you ,

Can you share your store preview link

Thanks is there a way to change the vertical alignment to the middle?

@GemPages