Hello,
I have a trouble using Arclite theme. It has many nice features and nice design, yet I found that the tables in this theme come grey on the page and have a hover effect when mouse-over. Using a white background it comes quite ugly on the pages.
The only way to remove this feature is by modifying of the CSS code (there is an option there) so the user can use his own settings.
I tried
table {
background-color: white;
background-color: #FFFFFF;
color: #FFFFFF;
hover: no hover;
}
Nothing of these seems to help.
Have someone any ideas how to cancel this hover effect in tables and just to leave the table white and plain?
Thanks for your help