• Resolved Muhammad shafiq

    (@muhammadshafiq)


    Hello @tobiasbg ! I want to highlight all the rows that contain the word “Filler” in it.
    I am using these CSS codes right now but not working.

    .tablepress .row-highlight-FILLER td {
    	background-color: #F9AA99 !important;
    }

    [table id=1 row_highlight=”FILLER” row_highlight_full_cell_match=true /]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    In the CSS code, the word needs to be lower-case:

    .tablepress .row-highlight-fillter td {
    	background-color: #F9AA99 !important;
    }

    In the Shortcode, make sure to use upright quotation marks, i.e.

    [table id=1 row_highlight="FILLER" row_highlight_full_cell_match=true /]
    

    Regards,
    Tobias

    Thread Starter Muhammad shafiq

    (@muhammadshafiq)

    Hi @tobiasbg
    Thanks for the quick response! Still, it is not working. I have also installed and activated the row highlight extension.

    Thread Starter Muhammad shafiq

    (@muhammadshafiq)

    Sorry I was putting the wrong word “Fillter” instead of “Filler”. The issue is solved thanks @tobiasbg .

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Same Issue Again’ is closed to new replies.