• Resolved scottiej86

    (@scottiej86)


    I’ve looked through the threads and nothing seems to work at this point.

    I need to colour particular rows in my Schedule as seen here: https://stthomascoed.ca/division-1-schedule-results/

    Unfortunately, nothing wants to override the alternating colours command for those particular rows.

    What code do I need to use to make this work?

    I’m using this CSS so far:

    .tablepress-id-79 .row-1,
    .tablepress-id-79 .row-10,
    .tablepress-id-79 .row-15,
    .tablepress-id-79 .row-20,
    .tablepress-id-79 .row-25,
    .tablepress-id-79 .row-36,
    .tablepress-id-79 .row-41,
    .tablepress-id-79 .row-47,
    .tablepress-id-79 .row-52,
    .tablepress-id-79 .row-61,
    .tablepress-id-79 .row-66 {
    font-weight: bolder;
    font-size: 10px;
    color: #0e143e;
    line-height: 40px;
    }

    Thanks.

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

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

The topic ‘Colouring Specific Rows’ is closed to new replies.