Changing the hover color on tables?
I'm having a conflict with "body:not(.woocommerce-page) table tr:hover td { " conflicting with tables in a plugin (WP ulitmate recipe) i'm using by turning any table that the plugin embeds on my page red when you hover. What would be the correct way to override this in CSS so that when you hover over tables in my recipe card it nothing happens?
I tried "body:not(.single-recipe) table tr:hover td { " but it's not overriding.
here's an example: http://dadwithapan.com/recipe/smothered-red-chile-nachos-with-chipotle-tofu/#recipe
If you hove over the top section of the recipe table where you see "Mexican Spicy Red Chile Sauce" You should be able to replicate.
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/453/how-to-make-a-plain-table where we explained how to reset styles for the tables.
Thanks!