• Resolved kolfers

    (@kolfers)


    Dear Tobias,

    I just started making a website for the first time two days ago, and your plugin has made my adventure so much easier, for which my gratitude!

    I seem to have a problem with the hover color of the tables though, even though I disabled the checkbox, hovering still produces a light-grey background, as can be seen here: http://www.kjf-olfers.nl/about/

    Could it be that the template that I’m using overrides the settings, and if so, could you advice me on what custom CSS magic I could use to fix this?

    Thank you!

    http://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, you are right. Your theme adds its own row highlighting to tables. To remove that, you can use this “Custom CSS” that will make the cell background of all tables white:

    .tablepress td {
        background-color: #ffffff !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Row highlight disable doesn't work’ is closed to new replies.