Tagged: hover effect
I have a table in a page. This table was import from another old site. And I would like to add hover effect. But I do not know how to do it.
Help??
Thanks.
Hey hector1069,
By default, there is no hover effect in the theme element
We need to use custom CSS for this effect please try the below CSS
.main_color tr:hover
{
color:#FFF;
background: #000 !important;
}
Best regards,
Vinay
This works perfect!!.
Thanks a lot again.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay