Gray Background Since Adding Responsive Plugin to Tablepress
-
My pages had a white background when I was just using TablePress. Since I’ve added the Responsive Plugin, although I am not using the coding for responsive, my backgrounds have become gray. I have tried adding
.tablepress .odd td {
background-color: #ff0000; }
.tablepress .even td {
background-color: #00ff00; }just to see if it would have an effect on the background but id doesn’t. It remains gray.
I have tried adding background: none; to one specific table but it still remains gray.
I suspect that it has to do with the responsive plugin.
Can you please help? Thank you!
The topic ‘Gray Background Since Adding Responsive Plugin to Tablepress’ is closed to new replies.