• I’m using the standard custom community theme. After posting a revolution slider into a page the menu now shows up behind it. I’m trying to input different codes into the custom css tab but to no avail. So far I’ve tried:

    ul.rMenu li {
    font-weight: bold !important;
    z-index:1000;}

    #container {
    position: relative;
    z-index: -1;
    }

    I don’t have the page posted yet as I’m editing on a localhost. If it’s an absolute must, I should be able to have it up by the end of this week. Obviously I’m fairly new to this so I greatly appreciate any help you can give.

Viewing 1 replies (of 1 total)
  • hi dasparks,

    as soon as you have the site set up in the www somewhere i might find a css fix right away..

    for now, maybe something like this helps:

    #access, #header { z-index: 999999 !important; }

    let me know if that helps out..
    konrad

Viewing 1 replies (of 1 total)

The topic ‘z-index issue (menu and rev slider)’ is closed to new replies.