• Resolved kerer

    (@kerer)


    Hi Tobias,

    Great plugin!

    I really can’t seem to make the text hover color of the th change…how do I do this? I’ve tried a few variations on the code below without success.

    .tablepress-id-1 thead th:hover {
    	color: #fff;
    }

    Thank you for your support!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter kerer

    (@kerer)

    Unfortunately it’s on a restricted staging site, so not easy to share at the moment…

    Is there a variation to the code you can suggest that I try?

    Thanks again for your help!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    are you having actual text in the header cell or maybe a link or some other HTML?

    You could try appending the !important flag, like

    color: #ffffff !important;
    

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing text hover color of th’ is closed to new replies.