removing hover effect

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Thu Nov 29, 2012 1:26 am
I am trying to add a number of images into the front page tab section of the coffe template using a custom html with a table format. However whenever I add anything into the created table, hovering over it causing what seems to be the background color to appear. Using firebug does not help me identify if there is a hover statement that needs to be overridden so I cannot identify the offending code or how to override it. The URL in question is http://www.umbrellacb.com.au (corporate events tab).
User avatar
Fresh Boarder

Konrad M
Thu Nov 29, 2012 7:37 am
Hi,
please try add to override.css
Code: Select all
table tr:hover {
background: none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Nov 30, 2012 11:36 pm
Worked a treat, thank you Konrad
User avatar
Fresh Boarder


cron