Change font for everything

Hi,

I would like to change the font family of the widget “Category”. Any ideas how to do that?

Thank you.

Hi @lucie,

I hope you are well today and thank you for your question.

We can change it developing custom CSS code.

Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

Best Regards,
Movin

www.motivimi.cz

Thank you so much…

You can try changing its font family by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


.widget_categories a {
    font-family: arial;
}

Please change the font family arial in the above code to whatever you want to set.

It works! Thank you so much!

You are most welcome here :slight_smile: