Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1359908

    robsenzon
    Participant

    Hello, I have a global static layer on my rev slider. The z-index is set to 9. On subsequent slides, I have text that should overlay, but the z-index is lower. I am absolutely racking my head trying to figure out how to change the static layers z-index. I must be blind, because I don’t see the option anywhere.

    http://colincowie.staging.wpengine.com/

    -Rob

    #1359930

    Jade
    Moderator

    Hi Rob,

    Would you mind providing your admin details so that we could check the layers in the Revolution Slider?

    Thank you.

    #1360104

    robsenzon
    Participant
    This reply has been marked as private.
    #1360821

    Lely
    Moderator

    Hi Rob,

    We can add it via CSS. Select the text layer > Click Attributes tab > Classes textfield: Add something like bring-on-top.

    Then on Appearance > Customize > Custom > Edit Global CSS: add the following

    .bring-on-top{
       z-index: 12 !important;
    }

    Hope this helps.

    #1361196

    robsenzon
    Participant

    There is no way to just make the static global layer less than the rest?

    #1361721

    Nabeel A
    Moderator

    Hi again,

    You can try the following code instead:

    .tp-shapewrapper {
       z-index: 0 !important;
    }

    Adjust the z-index as per your need. Let us know how this goes!