• Resolved mubashirqasim

    (@mubashirqasim)


    Hi there,

    When Light Layout is selected, header and footer menus loose interactivity when you hover over them as oppose to in the Light Layout is off.

    Any idea to get around this issue?

    Many thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi there!

    Try adding this as additional CSS:

    
    @media only screen and (min-width: 720px) {	
    	#nav-header .nav > li > a:hover, 
    	#nav-header .nav > li:hover > a { background: #e5e5e5; }
    	#nav-header .nav ul { background: #e5e5e5; }
    	#nav-footer .nav > li > a:hover, 
    	#nav-footer .nav > li:hover > a { background: #e5e5e5; }
    	#nav-footer .nav ul { background: #e5e5e5; }
    }
    
    Thread Starter mubashirqasim

    (@mubashirqasim)

    Works perfectly… Thanks heaps ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header and footer menus loose interactivity in Light layout’ is closed to new replies.