Tagged: x
-
AuthorPosts
-
February 6, 2017 at 11:07 am #1359908
robsenzonParticipantHello, 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 #1359930
JadeModeratorHi 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 #1360104
robsenzonParticipantThis reply has been marked as private.February 7, 2017 at 2:14 am #1360821
LelyModeratorHi 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 #1361196
robsenzonParticipantThere is no way to just make the static global layer less than the rest?
February 7, 2017 at 2:41 pm #1361721
Nabeel AModeratorHi 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
- <script> jQuery(function($){ $("#no-reply-1359908 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
