Page Heading - Change Font & Color

Discussion in 'Figero WordPress Theme' started by rmvc, Feb 14, 2015.

  1. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hi
    How do I change font size and colour of the Pager Header ?
    Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey !

    Please provide us URL along with some edited screenshot.

    Thanks,
    Praveen
     
  3. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Praveen
    see - http://www.ricardsecurities.com.au/policies-principles/

    I'd like to change the colour of the page header and the font, size and colour of the text in the body of the page. I don't want any changes made on this page to automatically flow through to other pages on the site.
    Thanks
     

    Attached Files:

  4. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hi
    Page text - font, size and colour of the text in the body of the page - ISSUE RESOLVED

    Just need to know how to change font - style,size and colour of Page Header without affecting other pages
    Thanks
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    To achieve this you have to follow two steps:

    Step 1:
    Please follow below image.
    rethink-16-feb-cufon.png

    Step 2:
    Use below code in custom CSS box.
    Code:
    body.page.page-id-21 h1.page-heading {
      color: green;
      font-size: 30px;
      font-style: italic;
    }
    
    Please change according to your requirement.


    Thanks & Regards
    Pramod
     
  6. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Thank you Pramod - I'll try that.
     

Share This Page