Menu Drop Down Behind "Wow Slider" Still not working

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

  1. h2oadventures

    h2oadventures New Member

    Joined:
    Jan 9, 2013
    Messages:
    6
    Likes Received:
    0
    hello i got this code for making the dropdown menu show up in front of the wow slider

    #wowslider-container17 { z-index: 80; }

    but that didn't seem to work....... any other ideas?

    here is the website page that it messes up on

    http://www.raft-h2o.com/rafting/south-fork-american/


    thanks for all the help
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #wowslider-container16 {
    z-index: 80;
    }
    
     

Share This Page