Change filter sidebar font size to 13px - prestige

Hi,

I would like to have the font size in the filter by sidebar to 13px:

Hey @admintb

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

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