How can I change the font on my product page's filter selection?

Hello,

i just watched a youtube video where a guy explains how to change font on my website.

i did what he said, everything changed except the font on my filter selection.

is there any way to change the font on my filter selection?

sixdreamz_2-1702846029045.png

Hi @sixdreamz , can you share your store url?

Hello @sixdreamz :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

#FacetFiltersForm * {
    font-family: Times !important;
}

Hope that helps!