Change color

Discussion in 'Squirrel WordPress Theme' started by cbshanley, Jul 11, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    I'd like to change the navigation menu and footer theme colors to blend better with the logo--can I please get the css to do that?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu .ddsmoothmenu {
    background: red;
    }
    .footer {
    background-color: red;
    }
    .bottom-footer {
    background-color: red;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page