Mobile menu

edited June 2018 in Menu / Mega menu
Hi,

this is the menu on mobile... why?
On desktop it's transparent at initial position and it becames sticky when scrolling down

image

Comments

  • Hi,
    All options of mobile(responsive) header are in
    BeTheme > Theme Options > Responsive > Header

    Thanks.
  • HI,

    ok thank you.

    I can't find how to set menu like that:

    Initial position: transparent with white logo (default logo)
    Sticky menu: white with dark logo (sticky version of logo)

    Button: out of slide menu, on top, just between logo and menu icon

    How can it be done?
    Thanks



  • edited June 2018
    You can make your header transparent in Theme Options > Header > Layout, Options.
    On mobile, only with Custom CSS, same with Sticky.

    Also, I can't change type of your logo when sticky, you must have this same logo as in initial position.
    Send us whole link to your website
    Thanks.
  • The sticky menu is ok. 
    The initial menu should became transparent. White version of logo is already there.
  • You can make your header transparent on mobile and tablet in theme options>responsive>header, there are a couple of options.
    cheers
  • edited June 2018
    So are you saying it's not possible to have transparent menu (with white logo) on initial position and sticky white menu (with dark logo) after scrolling?

    Because there is no working option for that in Responsive > header. Only option for transparent menu in both initial position and sticky, but that's not what I need. 

    If instead it is possible please explain how.

    I think it should be a basic operation for a theme...

    Thanks
  • Hi,
    Please go to BeTheme > Theme Options > Global > General > Background
    Select a Transparent Header option

    And use this Custom CSS code to make your header white when it's sticky
    #Header #Top_bar.is-sticky {
    background:white !important;
    }
    Thanks
Sign In or Register to comment.