Changing H1,H2,H3 etc colours & link colours

Discussion in 'Woodpecker WordPress Business Theme' started by mawebdesign, Apr 21, 2014.

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

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    hi
    How do you change the header colours ?
    And link colours

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    h1,h2,h3,h4,h5,h6{
    color:red ! important;
    }
    a{
    color:red ! important;
    }
    a:hover{
    color : orange ! important;
    } 
    In place of "red" and "orange " you can put your color or color code.
    This will solve your issue.
     
  3. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Thanks Piyush ;)
     
Thread Status:
Not open for further replies.

Share This Page