how to add (quick css) color for the row of table when mouse move onto
Hi paulchiao!
a link to a website showing exactly what you want to change, would be nice.
Try this post: https://kriesi.at/support/topic/table-row-colors/#post-252419
or this: https://kriesi.at/support/topic/enfold-tables-rows-change-font-color-alternates-color-between-defaultlight/#post-295325
Regards,
Andy
Hi!
Please add following code to Quick CSS
.avia-table tr:hover {
background-color: orange;
}
Cheers!
Yigit
Hi!
Element you have on your page is Tabs element and not Table. Please try following one
.tab:hover {
background-color: #e2e2e2;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
tr:hover {
background-color: #e2e2e2!important;
}
Regards,
Yigit
thanks it works perfect