How can I change the color of the H2 title

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 23, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Hello

    I would like to change the color of the H2 titles is that possible?

    Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggie,

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

    Code:
    h2 {
    color: green !important;
    }
    Thanks,
    Praveen
     

Share This Page