change header backgrounds color

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2259
    ahawwari
    Member

    hi
    how change the header gray backgrounds color?

    #2260
    ahawwari
    Member

    and how change color for social media icon?

    #2262
    livemesh
    Keymaster

    You can change the header background color by inserting the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file –

    #header {
    background:#ddd; /* Change to desired color */
    }
    

    For changing the color of the social icons shown in the header, you will need to modify the color the image sprite in the folder – images/social-icons/social-sprite.png. The PSD for this icon is included with the theme which will enable you to change the color quickly and upload the changed sprite to the server.

    #2275
    ahawwari
    Member

    thanks,
    how change the menu gray backgrounds color?

    #2292
    livemesh
    Keymaster

    You can do the following assuming you need color red 🙂

    .dropdown-menu-wrap ul.sub-menu li {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    }
    .dropdown-menu-wrap ul.sub-menu { 
    background: red; 
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change header backgrounds color’ is closed to new replies.