Re: How to Customize Filter and Sort font size and font weight in Dawn Theme 5.0

How to Customize Filter and Sort font size and font weight in Dawn Theme 5.0

rolloneone
Visitor
2 0 2

Just wondering how to change the filter and sort fonts in collection page in Dawn Theme 5.0. Would like to make fonts size bigger and semi-bold.

 

unknown.png

Replies 6 (6)

Amlibolikha
Shopify Partner
69 9 13

Hi @rolloneone ,

 

Please share your store URL and if your store is password protected then please provide password too.
 
So that we can help you.
 
Thank you.

KetanKumar
Shopify Partner
37634 3670 12166

@rolloneone 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

Denishamakwana
Shopify Partner
1423 174 233

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

OUTSIDEGRID
Shopify Partner
13 3 9

Hi @rolloneone ,

 

To customize the filter and sort fonts in collection page in Dawn Theme 5.0., first create a backup version of your site, avoid working in the original version.

Next go to the code editor, click on Assets > component-facets.css and in the end of the file make changes to the font-size and font-weight property in the following selectors :

 

 

/* label of sort by */
.facet-filters__label{
font-size: 1.8rem;
font-weight: 600;
}

/* sort by options */
.facet-filters__sort{
font-size: 1rem;

}

/* filter label */
.facets__heading{
font-size: 1.8rem;
font-weight: 600;

}

/* filter titles */
.facets__summary {
font-size: 1.2rem;

}

/* text inside checkboxes */
.facet-checkbox{
font-size: 1rem;

}

 

 

You can check how to do this in the tutorial bellow about filter design applied to the Dawn version 1.1.0, a similar process.  

 

[video]

Before launching the new version of the site confirm if the changes didn't affect any other text element besides the filter and sort menu.

 

I hope this helps! 

All the best, Bruno

                                                                                                                                     

OUTSIDEGRID

You can find more solutions in my blog or in my Youtube channel

 

Denis20
New Member
10 0 0

Hello

 

How can i change the font design of the filtzers in the horizontal scale??

 

 

 

PWKC
Tourist
7 0 1

Could you please share which code I should change to increase the font size on the same page as described above, but with the text: 7 products. screenshot attached. thank you

 

Screenshot 2023-12-26 at 10.37.30 PM.png