• The background color is alternating from white to theme default color between rows of the table that was created with the WP default table on the editing menu. How do I set the table rows and cells to have the same background as the theme pages?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Customizer –> Additional CSS :

    table {
        border-collapse: separate;
        border-color: gray;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 0 0 1.25em;
        table-layout: auto;
        width: 100%;
        background-color: #fff;
    }
    • This reply was modified 5 years, 4 months ago by corrinarusso.

    I don’t see that. I see this:

    You are using the TablePress plugin, so that might be affecting it. Your theme is not styling the colors on tables. (you should update to a better theme, as that one is old)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background colors on table rows’ is closed to new replies.