Header background colour

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23131
    steadymarvin
    Member

    I need to change the colour behind the header and primary menu. How do I do this pls?

    #23141
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #header {
        background: #3FA4BF;
    }
    

    If you want to apply different colors for both top header area and primary menu area then you can use the following custom CSS –

    #top-header-area {
        background: #fff;
        border-bottom: 1px solid #403F4D;
    }
    #header {
        background: #000;
    }
    
    #23146
    steadymarvin
    Member

    Many thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header background colour’ is closed to new replies.