Turn off background fade on mega menu

Hello,

Can anyone tell me how to stop the dark grey fade-out when I hover over the menu items on JM Mega Menu?

I have implemented Hawkstore and am super-pleased with the results, but would like to clean it up by turning off that fade -- any help greatly appreciated!

Check it out at http://shop.redwoodfoods.eu/

1 answer

Profile photo of Sherlock 0.00 $tone June 3, 2013
Public

Hi bydarragh,

You can open the file of skin/frontend/default/jm_hawkstore/css/styles.css look for this css rule and remove or comment it out

HTML Code:

 .mega-dim {
  background: none repeat scroll 0 0 [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -10000px;
  transition: opacity 0.4s ease-in 0s;
  z-index: 998;
}

I hope that helps !

#1

Please login or Register to Submit Answer

Written By

Comments