Hello, Im trying to change the fonts for page-heading but whatever i try Its not working. I try to change fonts but nothing happens. Please Advice.
Hi, Greetings from InkThemes, Fixing your issue is really easy for us. But to provide you the exact solution, we need your website URL, so that we could determine the exact position of the element. Looking forward to hear from you soon. Thanks & Regards! Nitin InkThemes.com
Hi, Greetings from InkThemes, That's very easy for you to fix. Just follow these steps:- Disable cufon font from the custom.js file. Please follow the screenshot given below. Now change the font-family and font-size. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-heading h1 { font-family: Verdana !important; font-size: 30px !important; } Note:- Please change the values accordingly For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. Hope it will resolve your issue Thanks & Regards! Nitin InkThemes.com