Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rmd103 Friend
    #118773

    In the side colum, my main menu and other menu are not showing anything besides an underline when hovering. My Latest News (Spotlight?) has a grey bar which highlights the link. Is there any way to duplicate this in the other menus?

    Thanks

    Khanh Le Moderator
    #214590

    Open template css file template_css.css, search following style:


    a.mainlevel:hover,
    a.mainlevel:active {
    color: #333333;
    text-decoration: underline;
    }

    Replace with:


    a.mainlevel:hover,
    a.mainlevel:active {
    color: #333333;
    text-decoration: none;
    background: url(../images/arrow-off.gif) no-repeat 0px 5px #E1E1E1;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Khanh Le 17 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum