page-heading Style

Discussion in 'Poloray WordPress Theme' started by marinos13, Sep 9, 2015.

  1. marinos13

    marinos13 Member

    Joined:
    Jun 27, 2014
    Messages:
    80
    Likes Received:
    3
    Location:
    Cyprus
    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. title.png
     
  2. nitin

    nitin Guest

    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
     
  3. marinos13

    marinos13 Member

    Joined:
    Jun 27, 2014
    Messages:
    80
    Likes Received:
    3
    Location:
    Cyprus
  4. nitin

    nitin Guest

    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.
    2015-09-10_17h56_40.png
    • 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
     

Share This Page