I’m getting a bottom border only on a page with grid rows that should not be there. How do I remove it?
I’ve tried…
#after_submenu {
border-top: none;
border-bottom: none;
}
With no luck. See link to an example in private content.
Hey perihelionweb,
Can you try using this css code in Quick CSS (located in Enfold > General Styling):
#top .container_wrap.fullsize {
border: none;
}
Best regards,
Nikko
This remove the border even on Color Sections. Is it possible to remove only on Grid Row?