Tagged: border
There is an unwanted border that I haven’t been able to get rid of. It’s between a color section and two 1/2 columns. As far as I can tell, the border is not from the color section. Page URL in private content.
Screenshot: https://snag.gy/DKRcMx.jpg
Hey 1039 Online,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
border-top: none;
}
Best regards,
Yigit
Hi, Yigit. That CSS made the line much lighter on Firefox and Edge (Internet Explorer), but it was still there. On Chrome I could barely see parts of it, and only depending on where on the screen it was. To solve the problem, I removed the content from the color section and simply let it be in the editing box (or whatever you call it).