How do I remove the blue outline and line down the center of the Green background box of pages as shown in this image? I have no clue where it’s picking up the blue line from as I made the box a cell in the widget footer.
Hey webguy007,
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
#top tr:first-child th, #top tr:first-child td, #top .footer_color table,
#top tr th:first-child, #top tr td:first-child {
border: none;
border-left-style: none;
border-left-width: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria