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
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
Nikko, thanks once again for your great help!
Hi jwencke,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria