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

    Hi
    How do I remove the various horizontal lines on https://beautifullaos.org/welcome/secret-war/. I have set “no borders”, but they are still showing on this page.
    I used this CSS that I found elsewhere on your forum and it worked to remove some lines elsewhere, but not here:
    div#after_section_1, div#after_section_2 {
    border: none !important;
    }

    Thanks
    Janine

    #1168151

    Hey jwencke,

    It’s the default css styling for those areas.
    To remove it, please add this css code in Quick CSS, located in Enfold > General Styling:

    .container_wrap {
        border-top-width: 0;
    }

    Best regards,
    Nikko

    #1168441

    Nikko, thanks once again for your great help!

    #1168523

    Hi jwencke,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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