• Hi, all. WordPress rookie comfortable with making changes to existing pages on the site I’ve adopted, but after theme and maintenance/security release updates, most of my existing site pages have text with grey boxes surrounding it. Can anyone help me remove the “cells” surrounding the text?

    Here’s a link to one of the pages that has the issue I’m inquiring about…

    https://www.cliffsideparknj.gov/mayor-and-council/borough-documents/

    Thanks in advance.

    – Dave

Viewing 1 replies (of 1 total)
  • I tried these changes in the CSS, you will probably have to clean it up a bit.

    media=”all”
    table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0px 0 0 0px;
    margin: 0 0 1.5em;
    width: 100%;
    }

    media=”all”
    table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse !important;
    border-width: 0px 0px 0px 0px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Help with reverting changes on page layout’ is closed to new replies.