I have a grid row on my page and turned on “No Boarders” however there is still a line below the grid row. Is there a setting to not show this?
https://www.staging2.stlouisdj.com/about-us/
Grid row is where the youtube video is
Hey apremierdj,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#after_submenu_1 {
border: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
This worked. Thanks!