Hi,
I would like to have the font size in the filter by sidebar to 13px:
A user wants to change the filter sidebar font size to 13px on their Shopify store’s collection page.
Proposed Solutions:
Three community members offered CSS-based fixes:
theme.liquid file above the </body> tag using a <style> blockAssets -> base.css file targeting .filter-sidebar class with font-size: 13px;.facets .accordion-list .accordion .accordion__toggle with font-size: 13px !important;Status: Multiple solutions provided, awaiting user implementation. The discussion includes a screenshot showing the current filter sidebar appearance. All responses recommend saving changes after applying the code.
Hey @admintb
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @admintb ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets → base.css file → add this following code at the bottom of page
.filter-sidebar {
font-size: 13px;
}
Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
Hi @admintb
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.css file:
.facets .accordion-list .accordion:first-child .accordion__toggle {font-size: 13px !important;}
Regards,
San