Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #763775

    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):
    Screen Shot

    Can you please advise regarding a fix or update?

    • This topic was modified 7 years, 8 months ago by storhouse.
    #763915

    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

    #763917

    Worked like a charm. Many thanks, @john!

    #764047

    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

    #764333

    Yes, please close the topic. The request has been solved. Thanks again!

    #764337

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Home page box over slider’ is closed to new replies.