Okay
  Public Ticket #1471227
Color header
Closed

Comments

  • bertux77 started the conversation

    Hello

    How can I change the header background without changing the rest of the theme? Thank you

  •  93
    djwd replied

    Hi there,

    you'd need some custom CSS for that. Something like

    #full-top {
    background-color: #FFFFFF;
    }
    

    should work (to paste in the Advanced > Custom CSS textarea).

    Hope it helps

    Regards
    djwd