Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1094626

    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.

    View post on imgur.com

    #1095297

    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

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