Before you ask please READ THIS

hamburger menu

edited February 2020 in PhotoProof Posts: 46
Hello aria!
thanks for fixing my menu. I would like to change some options (for example change background color and opacity...cant' figure where to do that.

On mobile the old version of the hamburger is visible near to the new one :-S
Post edited by rebs on

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    You have enabled to types of menu - normal and menu overlay. I believe you should disable menu-overlay https://rifetheme.com/apollo13-framework/docs/customizing-the-theme/header/menu-overlay/

    With kind regards.
  • Posts: 46
    i like how the overlay menu looks better than the normal menu in the hamburger version. is there a way to have the normal fixed menu and the responsive hamburger look like the overlay menu ....?
  • AirAir
    Posts: 10,970
    We could try to do it with Custom CSS:
    @media only screen and (min-width: 1024px){
    	#header-tools #menu-overlay-switch{
    		display: none !important;
    	}
    }
    @media only screen and (max-width: 1024px){
    	#header-tools #mobile-menu-opener{
    		display: none !important;
    	}
    }
    With kind regards.
  • Posts: 46
    yesss!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion