Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #631507

    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

    #632144

    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

    #632203

    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).

    #633088

    Hi,

    You could try adding !important rule as following

    
    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
        border-top: none !important;
    }

    If you would like us to check it again let us know :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.