How to make the filter menue smaller (font / text + entire menue width)?

How to make the filter menue smaller (font / text + entire menue width)?

URL: www.cotiereofficial.com

PW: test1234

Theme: Symmetry

@marcelp ,

Share the store URL ?

Hi @marcelp ,

Please share your store URL and Store’s password to view your website.
So that I will check and let you know the exact solution here.

Best regards.

URL: www.cotiereofficial.com

PW: test1234

add this code to your style.css file.

Navigate to online store >> Click edit theme code.

Now find style.css and paste the following code:

@media (min-width: 1000px) and (min-width: 1300px){
.filter-container--side .filters {
    width: 230px !important;}
}

Hi Marvic, thank you this works for the width if the filter menu. Do you also have a code to make the font size smaller of the filter menu?

@marcelp Yes,

add this code to your style.css file.

Navigate to online store >> Click edit theme code.

Now find style.css and paste the following code:

.filter-group__item{font-size: 12px !important;}