Problem with module menu in template

GK User
Thu Dec 13, 2012 8:17 pm
Hi,
I have the NGMenu free module and I put it in my site. Configured it to blue and red colors but I thing that template have some colors and there is light yellow color and I don't know how to remove it... Anyone can help me? I will show in picture and you can see it at site...

Image

Site is: http://ognis.bg/

How can I remove that color?
User avatar
Senior Boarder

Konrad M
Fri Dec 14, 2012 8:54 am
Hi,
please go to css/joomla.css and find (line 503):
Code: Select all
table tr:hover {
background: #FFFEF4;
}

cnage it to:
Code: Select all
table tr:hover {
background: none;
}
User avatar

GK User
Fri Dec 14, 2012 11:53 am
Thank you now it works perfect!
User avatar
Senior Boarder


cron