• When I want the second option of menu in daydream, the menu disappears when you’re on top of the page. Which looks nice, but is kind of annoying when you go to a page just to find something, or want to click through to another page. Or is that just not possible with that option of menu?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi @eelste

    Currently not available theme options for change the menu color of transparent header or Header2.
    But you can change the hamburger menu color with custom CSS.
    Please add below custom CSS in your theme Customize
    Appearance -> Customize -> Additional CSS

    .header.header-transparent .inner-nav > li.active > a {
       color: #999;
    }

    And you have to give custom color you want to it.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Menu disappears’ is closed to new replies.