Hi!
Despite that I have selected no border styling, I get borders in the bottom of the color sections! Whats the reason for this, and how do I remove them? I also need some white space between the slider in the top and the firts headline. But when I add the Separator/Whitespace and set it to only 10px, I get a very big space. And with 0px it’s also a very big white space!?
Hey Effektid!
use this in Quick CSS:
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
display: none;
}
.hr-custom {
display: none;
}
Seperator/Whitespace:
Please clear your browser cache. Also try to deactivate all plugins to see which one could cause an issue.
Regards,
Andy
Thanks for the reply, but despite the CSS and deactivated plugins, the lines are still there! Any other ideas what could be wrong?
Hi!
Please add following code to Quick CSS
.container_wrap {
border: none!important;
}
Regards,
Yigit
Thanks Yigit!