Can I adjust font size in the Dawn theme on Shopify?

we-are-places
Visitor
2 0 1

Hi! 

I'm changing the theme of my store to the new Dawn theme. 

Does somebody know how can I change the font size of...

- Product tittle at the collection page

- Text content of the retractable tab

- Content, secondary typography

 

Thank you!!!!! 😊

Replies 2 (2)

Developer-G
Shopify Partner
3033 593 846

Hello @we-are-places ,

Specific customization option is not available in any theme.
For doing these customization either you have to do changes in theme files your own or hire an expert. 
Here a/to your requirements you have to write css code. e.g. to change product title font-size in collection page you have to add this css in component-card.css 

.collection .card-information__text.h5 {
    font-size: 20px;
}

do same for other with their target class/Id and it will done.

Thanks

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
zrucker
Visitor
1 0 1

This solution does not appear to work on Dawn 3.0. I pasted the suggested code at the top of the suggested file but nothing happened.