Hello,
I am creating a new theme with Enfold (ofcourse). I have set a two 1/2 content section to be overlayed of the easy slider. However I want to use the Advanced Layerslider to replace the Easy slider. The problem is when I do so, the two 1/2 section are put behind the Advanced Layerslider now instead of in front. Currently the theme is configured with the Easy Slider.
Question:
How to replace the easyslider with the advanced slider and still get the two 1/2 section in front as is?
Thank you
Hey badoes,
You can edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id { z-index: 11; }
Best regards,
Yigit