How the change size and font of the filters?

I would like to change the font and size of the names in the picture attached. Like Sort by and results.

Can somebody help me?

Hi @Lucas1200

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

h2.facet-filters__label, h2.product-count__text {
    font-size: 20px;
}

And save.

Result:

You can change the font you like.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Nothing changed… it doesn’t work…