Change Menu Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1009683
    Florian Hollatz
    Participant

    HI, can you tell me how I can change the menu color? Thanks!

    #1010109
    Andre Flores
    Moderator

    Hello, Florian!

    You may easily change the header menu color under Appearance ->Customize ->Colors tab: https://prnt.sc/up311b.

    Regards,
    Andre

    #1012587
    Florian Hollatz
    Participant

    Hi Andre,

    I meant the background color of the header not the text, sorry. By default it is white. I am not able to change that.

    Next to that, is there any option to disable the theme header?

    Thank you!

    #1012842
    Andre Flores
    Moderator

    Hello, Florian!

    In order to change the header background color add the following code under Appearance ->Customize ->Additional CSS:

    .site-header::before {
    	background: #fff;
    }

    Replace #fff with any desired color.
    As for the page header, you may disable it by setting the Home page template to “Canvas”: https://prnt.sc/utaldv.

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.