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?

Hi @sixdreamz , can you share your store url?
Hello @sixdreamz ![]()
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!