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
Hey Jeff,
Please try the following in Quick CSS under Enfold–>General Styling:
#full_slider_1 {
border-color: transparent !important;
}
Regards,
Rikard
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
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
You guys rock! Work perfectly, thanks Yigit!
Cheers
Jeff