[Resolved] Background in page menu

Home Forums Support [Resolved] Background in page menu

Home Forums Support Background in page menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1590365
    rafel jesus

    Hi there.
    I have an ask I have on this website http://www.hostalmontsec.cat in the main page the main menu is correct and without the background colour, but in the pages, I can’t see the main menu because the background and the text are in white.
    Can I do in a different colour? I try with a hook but I can’t do it.


    Thanks for your help.

    #1590430
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Colors > Primary Navigation and set the colors you want displayed on your normal pages.

    Then edit your Header Element you use on the Front Page, go to the Site Header tab and enable the Navigation colors, you can then set you colors specifically for the header element.

    #1590796
    rafel jesus

    Hi There.
    It was worked.
    I have another ask, to change the colors in the mobile version, how can I do it?
    Thank you again

    #1590871
    David
    Staff
    Customer Support

    You can either set the Header Elements Merge with Content to Desktop Only.

    OR try this CSS:

    .header-wrap,
    #mobile-header,
    #mobile-header.toggled .main-nav>ul {
        background-color: #fff;
    }
    .header-wrap #mobile-header .menu-toggle {
        color: #000 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.