Menu Appearing Behind Slider/Other Content

Discussion in 'ColorWay WordPress Theme' started by smillas, Dec 23, 2013.

  1. smillas

    smillas New Member

    Joined:
    Jan 16, 2012
    Messages:
    23
    Likes Received:
    0
    Hi--

    I recently downloaded a navigation plugin to try and enhance my site's navigation. I've deactivated it so you won't be able to see the issue but when it is activated, the menu items end up showing behind the featured slider (or other flash content).

    How do I fix this? I've seen various solutions online but don't exactly understand how it applies to my specific site.

    In the end, I want the menu items from the plugin "Multi Level Navigation" to appear in front of any content that it may be hovering over.

    Thoughts on how to accomplish this? I appreciate the help.

    www.elitemakeupdesigns.com
     
  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:
    #suckerfishnav ul {
    z-index: 99999;
    } 
    For further styling issues related to this plugin. Please contact at plugin related support forum.
    They will provide you better solution.


    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page