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

    Hi
    I would like to remove the border between the bottom of the LayerSlider & the top of the page
    Thanks

    #604926

    Hey Dave,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #header_main {
    border-bottom-width:0px !important; 
    }

    Regards,
    Rikard

    #604940

    Hi Rikard
    That didn’t work I still have the line below the LayerSlider & the top of the page.
    It is OK to have it on the pages that don’t have the LayerSlider, however the line below the LayerSlider detracts from the clean look I wanted.
    Any help would be appreciated – website is http://www.findnetsolutins.com

    #604982

    Hi Dave!

    Try the following code instead:

    #after_layer_slider_1 {
        border: none;
    }

    Let me know if that works for you.

    Best regards,
    Jordan

    #604999

    Thanks heaps, you guys rock :)

    #605006

    Hey!

    Glad it worked! Feel free to reach out to us again on the forum if you need help with anything else :)

    Best regards,
    Jordan

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.