• Resolved jthyder

    (@jthyder)


    I’m trying to use the row-highlighting plugin, using the instructions here, but it’s not working for me. I want “C” in the second column to highlight the row pink.

    I tried removing my custom colors for the alternate rows, but that didn’t fix it.

    What am I doing wrong?

    Thanks.

    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 question, and sorry for the trouble.

    Please use a lowercase c in the CSS code, i.e. use

    .tablepress-id-123 .row-highlight-c td {
    	background-color: #fabcc6 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Conditional formatting of rows’ is closed to new replies.