Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #662275

    bricmor
    Participant

    Hi,

    Is there perhaps any CSS code that someone could supply with to change my background header color.

    Thanks,

    Darryn

    #662299

    Paul R
    Moderator

    Hi Darryn,

    You can add this under Custom > CSS in the Customizer.

    
    /* logo background */
    body .x-logobar {
        background-color:red;
    }
    
    /* menu background */
    body .x-navbar {
        background-color:blue;
    }
    

    Change red and blue with the color that you like.

    Hope that helps.

    #662427

    bricmor
    Participant

    Awesome. Many thanks and much appreciated!

    #662558

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!