Tagged: x
-
AuthorPosts
-
February 6, 2017 at 11:07 am #1359908
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
February 6, 2017 at 11:22 am #1359930Hi Rob,
Would you mind providing your admin details so that we could check the layers in the Revolution Slider?
Thank you.
February 6, 2017 at 1:42 pm #1360104This reply has been marked as private.February 7, 2017 at 2:14 am #1360821Hi 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.
February 7, 2017 at 8:45 am #1361196There is no way to just make the static global layer less than the rest?
February 7, 2017 at 2:41 pm #1361721Hi 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!
-
AuthorPosts