Menu Drop Down Behind "Wow Slider"

Discussion in 'ColorWay WordPress Theme' started by h2oadventures, Apr 18, 2013.

  1. h2oadventures

    h2oadventures New Member

    Joined:
    Jan 9, 2013
    Messages:
    6
    Likes Received:
    0
    help!!!!!! :)

    1)the drop down menu still comes up behind my slider that I have imported into our site, it is a "wow slider" and can found on this page below, any way to make the drop down menu appear in front on the slider pictures?

    http://www.raft-h2o.com/rafting/nfa
    2) also there seems to be a "gray" masking tape like effect on the top of the page right below the menu for Home >> Choose Adventure >> North Fork American
    is there anyway to make this gray box not be there so it is just the text for the links?
    thanks for the help
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #crumbs {
    color: black;
    }
    .content-info{
    background:none;
    }
     
    #wowslider-container17 {
    z-index: 80;
    }
    This will solve your issue.
     

Share This Page