Highlighting a complete row that contain a specific word
-
Hello There! I want to highlight a complete row that contain a specific word like “Filler” in my table. Currently i am using the below codes to highlight the rows that contain the word “Filler” but it only change the color of the words “Filler” in column 3.
[table id=12 row_highlight=”Filler” row_highlight_full_cell_match=true /]
.tablepress .row-highlight-filler .column-3 {
color: #ff0000 !important;
}I want exact highlighting like this one.https://prnt.sc/v40tkw
I hope you will help me. ThanksThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Highlighting a complete row that contain a specific word’ is closed to new replies.