Change heading font colour

Discussion in 'Cloriato WordPress Theme' started by rosiehayes, Jan 11, 2013.

  1. rosiehayes

    rosiehayes New Member

    Joined:
    Mar 26, 2012
    Messages:
    4
    Likes Received:
    0
    I am trying to change the font colour of my navigation buttons and headings to:

    #881c58

    Please can you help?

    Thanks

    Rosie
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #menu li a {
    color: #881c58;
    }
    #menu .ddsmoothmenu li li a {
    color: #881c58;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    color: #881c58;
    }
     
    .content h1{
    color: #881c58;}
     
    .home_text h1 {color: #881c58;}
    .feature_content h2 a{color: #881c58;}
    .widget_inner h3{color: #881c58;}
     

Share This Page