Hi,
I would like to have the font size in the filter by sidebar to 13px:
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