Hi, I just managed to change the font of the body text to "Verdana". I would now like to change all headlines to the font "Century Gothic". How do I do that across the site (Cloriato theme)? Thanks so much for the help! Best regards, Elisabet
Hello, You have to follow two steps. Step-1:Follow below image. Step-2: Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1,h2,h3,h4,h5,h6{ font-family: century goathic !important; } body{ font-family:verdana; } Thanks & Regards Pramod
I am trying to change the headline font and when I go to the editor page, the list on the right hand doesn't look the same and I cannot find the custom.js file. Any suggestions?
Hello, Use Wp-Editor to edit files, then you will show all files. https://wordpress.org/plugins/wp-editor/ It will resolve your issue. Thanks & Regards Yogesh Bhade