Re: How to decrease font size: Dawn

How can I reduce the font size in Dawn?

brew2you
Excursionist
21 0 4

Hi all,

 

How do I decrease the black font size here?

Screen Shot 2023-01-11 at 3.44.39 pm.png

 

https://brew2you.au/ 

 

*Page is not yet active.

Replies 7 (7)

ZestardTech
Shopify Partner
6148 1100 1477

Hello there,

Please share me preview link.

Thank you!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Simonsron
Shopify Partner
699 87 123

Use (font-size) to set the font size

banned

GemPages
Shopify Partner
5625 1262 1287

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:

GemPages_0-1673424123933.png

 

2. add my code  above the </body> tag on Theme.liquid:

<style>
	.collapsible-content-wrapper-narrow .accordion .accordion__title {
		font-size: 14px !important;
	}
<style>

 

*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.

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
brew2you
Excursionist
21 0 4

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

 

 

brew2you
Excursionist
21 0 4

ExpertRookie
Shopify Partner
1518 249 325

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

SmallTask
Shopify Partner
973 41 55

Hi @brew2you ,

 

Can you share your store preview link

banned