removing hover effect from table
in Other
hi,
In order to make a plain table, I did try css codes below but it didn't completely work. When the cursor is on the table, the text in the table changes to white color. Except the text color, everything looks good. how do I fix that?
table tr:first-child td { background: none; }
table tr:hover td { color: #6E6262; }
table tr td { border: none; text-align: left; }
table tr:nth-child(n) td { background: none !important; }
Comments
we have an option to disable hover on tables under Theme options > Global > Advanced section.
Thanks!