Harrington Title and Headings Font Colour

Discussion in 'Harrington- A WordPress Business Theme.' started by Sandra, Aug 29, 2014.

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

    Sandra Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hello,

    I would like to be able to change the font colour and weight for titles and h1,h2,h3,h4,h5,h6 headings on pages (and maybe posts too)

    Please can you provide the css styling code?

    Thank you

    Sandra
     
  2. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body h1,h2,h3,h4,h5,h6
    {
    color:pink !important;
    font-weight:20px;
    }
    body a
    {
    color:yellow !important;
    font-weight:20px;
    }
    body
    {
    color:green !important;
    font-weight:20px;
    }
    body p
    {
    color:orange !important;
    font-weight:20px;
    }
    Please adjust font weight and font color according to your requirement;
    Thanks & Regards
    Pramod Patel
     
  3. Sandra

    Sandra Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Thank you Pramod - that is just perfect ! :)
     
Thread Status:
Not open for further replies.

Share This Page