FONT COLOUR 3 COLUMN FEATURE

Discussion in 'Woodpecker WordPress Business Theme' started by bizgirl, Feb 16, 2014.

Thread Status:
Not open for further replies.
  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi guys,

    Im would like to change the font colour for the 'Title' in the 3 column feature to black instead of the grey as I think it looks much sharper.

    I would also like the Title headings centered instead of sitting on left margin.

    Can you please tell me how to do this.

    Many thanks

    Maggie
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .feature-page-wt-thumb-container h1 {
    color:black;
    text-align:center;
    }

    Thanks & Warm Regards
    Harmeet Singh
    InkThemes.com
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you Harmeet.
     
Thread Status:
Not open for further replies.

Share This Page