Custom code problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 07, 2013 3:13 pm
Reply with quote
Report this post
Hi,
I want to put a table with custom code in BannerTop position.

But when the mouse hovers over the area there is a background color that appears. How to remove this background color so that the background is transparent ?

See here on a construction site :
http://www.coulisses-tv.fr/site-v5/

Thank you for your help
User avatar
Senior Boarder

Konrad M
Thu Mar 07, 2013 3:28 pm
Reply with quote
Report this post
Hi,
please add to override.css
Code: Select all
tr:hover {
    background: none !important;
}

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

GK User
Thu Mar 07, 2013 3:33 pm
Reply with quote
Report this post
Thanks !
User avatar
Senior Boarder


cron