Hello.
Prior to the most recent Enfold theme update I was able to use the following code, pasted in the Quick CSS section under Enfold > General Styling, to move the home page text box up over the layer slider on the home page:
#after_layer_slider_1 {
z-index: 2;
}
The above code no longer achieves the same result.
The result prior to the update was something like this (take from one of the Enfold demo themes):
Can you please advise regarding a fix or update?
Hey storhouse,
To fix it, just replace the z-index: 2 by z-index: 10000; like this:
#after_layer_slider_1 {
z-index: 10000;
}
Let me know if it worked :)
Best regards,
John Torvik
Worked like a charm. Many thanks, @john!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, please close the topic. The request has been solved. Thanks again!
Hey!
Thank you for letting us know.
Please feel free to create a new ticket if we can help you with anything else.
Thank you
Regards,
Basilis