Translucent Drop Down Menu

Support Area Forums Agency Translucent Drop Down Menu

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://lifeinsurancepros.net/
  • Author
    Posts
  • #21324
    Avatar photoDurenda Wood
    Participant

    Hello Bill!

    I would like to have the hover and the drop down to be just like the menu bar looks like when are not hovering. No hover colors just the black translucent. Can you help me out?

    #21337
    Avatar photoDurenda Wood
    Participant
    This reply has been marked as private.
    #21344
    Bill Robbins
    Moderator

    Durenda I’ll try to help as soon as possible. We’re at the ER at the moment. My five year old got a really deep splinter in his foot. We’re waiting on a surgeon.

    #21345
    Bill Robbins
    Moderator

    Durenda,

    Thanks. He’s having surgery in the morning. It’s crazy that a splinter can do all that!

    See if this will do the trick for you:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #header #nav-bar .menu li a:hover,
      #header #nav-bar .menu li:hover {
      	background: none;
      	-webkit-box-shadow: none;
      	-moz-box-shadow: none;
      	box-shadow: none;
      }
      
      #header #nav-bar .menu li ul {
      	background-color: rgba(0,0,0,0.5);
      }
      
    3. Update your settings.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Translucent Drop Down Menu’ is closed to new replies.