Hi,
I need to remove the border line that the color section generates. This is happening even if i uncheck the box that says if i want a border line.
Here’s how ti looks https://snag.gy/Tk57H2.jpg all i need is to remove the borderline but haven’t figure out the style that creates it. (I’m in a local host so i can’t share a link)
Thanks in advance
Hey claraelisa,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-section {
border-top: none;
}
Best regards,
Yigit
Simple and effective.
Thank you enfold friends :)