Okay
  Public Ticket #2096436
hader color change
Closed

Comments

  •  1
    Souvik started the conversation

    how to i change header color?

    look at this:- 



    hedercolour.png

  •  2,570
    Kevin replied

    Hi Souvik !

    If you want to change the header's background color, add the following css attribute to the Appearance-> Customize-> Additional Css section

    .header-content {
        background-color: #fff000;
    }
    where # fff000 is color code and can be changed

    thank you