Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #649332

    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

    #649496

    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

    #649894

    Simple and effective.

    Thank you enfold friends :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘delete color section border line’ is closed to new replies.