Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #505174

    Hi Fellows
    I’ve tried tons of quick CSS, but nothing happened… I’d like to remove a thin grey line just under the slider (url joined)…
    I guess it’s a part of borders colors in the main area, but if I turn it white, all my separators disapear :(
    Did I miss something?
    (By the way, Enfold is always an excellent theme, and updates are awesome!)
    Thanks a lot by advance,
    cheers
    Jeff

    #505315

    Hey Jeff,

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

    #full_slider_1 {
        border-color: transparent !important;
    }

    Regards,
    Rikard

    #505346

    Hi Rikard, thanks for your answer!
    Unfortunately, it doesn’t work (even after refreshing my browser)… The grey line remains under the slider…
    I noticed that the line disapear if I choose – by example – white color in the border color field, for the main content… But all the separators in the page turn white also… :(
    Thanks in advance
    Cheers
    Jeff

    #505409

    Hey!

    Please try using following code

    #after_full_slider_1 {
        border: none!important;
    }

    If that too does not work, please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    #505518

    You guys rock! Work perfectly, thanks Yigit!
    Cheers
    Jeff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Unable to remove a thin grey line under a full-width slider…’ is closed to new replies.