Elxis CMS Forum

Extensions => Templates => Topic started by: BubyDudy on February 02, 2007, 18:47:00

Title: Cytherea Template (removing "mainlevel_on" effect)
Post by: BubyDudy on February 02, 2007, 18:47:00
Hello there!

I am modifying the Cytherea template for the needs of my site and what I want to do is to disable the effect with the mainlevel links (default option is that the background image changes when the mouse pointer is there).

This is my modified code for the effect, what I want is to set this option as the default:

Code: [Select]
/** generic menu item link on mouseover **/
a.mainlevel a:hover,
#leftcol a.mainlevel:hover {
background:url(../images/bg_mainlevel_on.jpg) no-repeat center top;
color:#5C3FF1!important;
text-decoration:none!important;
}