• Resolved trobi

    (@trobi)


    Hi Tobias,
    it’s me again.
    I have another question: I have a bunch of words, eg. as you know, the word “Rheintöchter” is highlighted. Now I want to link these words. Unfortunately, the color that I intended to highlight the word changes. So far I have unfortunately found no way to change this. If I turn off link coloring, the word is black again – probably because the content of the cell no longer corresponds to the actual word I wanted to highlight, because it is supplemented by the shortcut for the link. Do you know what i mean? Is there a solution for this?

    Best regards

    Andreas

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

    (@tobiasbg)

    Hi Andreas,

    indeed, by default, the Row Highlighting looks for full cell matches. To turn that, off you can extend the Shortcode:

    [table id=6 row_highlight="Rheintöchter" row_highlight_full_cell_match=false /]
    

    To also apply the color to the link, you might have to extend the CSS to

    .tablepress-id-6 .row-highlight-rheintoechter td.column-5,
    .tablepress-id-6 .row-highlight-rheintoechter td.column-5 a {
    	color: #f60000 !important;
    }

    Regards,
    Tobias

    Thread Starter trobi

    (@trobi)

    Hi Tobias,

    fantastic – thank you again!
     

    Best regards

    Andreas

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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

The topic ‘Link Color’ is closed to new replies.