• Resolved tvieson

    (@tvieson)


    I have added this to the CSS section. Something is over writing my CSS settings and I’m not sure what it is.

    It took me add TD to get the Center and Bold to take affect. But the background color is still being over written.

    .tablepress-id-38 .row-1 td {
    background-color: #548235;
    text-align: center;
    font-weight: bold;
    }

    .tablepress-id-38 .column-1,
    .tablepress-id-38 .column-2 {
    width: 30%;
    }

    .tablepress-id-38 .column-3 {
    width: 40%;
    }

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Here, I would actually recommend that you turn on the “Table Head” checkbox on the table’s “Edit” screen. Only by this will you get proper semantics, which is e.g. important for users with screen reading software.

    After that, please use the CSS from https://tablepress.org/faq/change-background-color-table-head-row/ to influence the look of the first row of the table (instead of what you are using in your code right now).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Something over writing my CSS settings’ is closed to new replies.