Shape 5

Joomla Templates => Callie Rush - Club => : nwroth November 16, 2011, 03:18:59 PM



: Main Menu Color On Hover
: nwroth November 16, 2011, 03:18:59 PM
Hello--

I've changed the color of the main menu images successfully but when I hover over a menu item, a white box becomes visible around the menu item.  Is there a way to color this box? Some line in the .css that I'm missing?

I changed the .css (below) but this only colors part of the box.  I've attached a screen shot so you can see what I mean.  One shot shows without .css change, other shows with .css change.  Thanks.

: #s5_nav li.active .s5_level1_span2, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span2, #s5_nav li:hover .s5_level1_span2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: blue;<<<<<<<this used to be transparent
    background-image: url("../images/s5_menu_link_r.png");
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 32px;
    padding-top: 6px;
}


: Re: Main Menu Color On Hover
: mikek November 17, 2011, 08:37:55 AM
Hello,

Please post a url to where this occurs.


: Re: Main Menu Color On Hover
: nwroth November 17, 2011, 10:46:12 AM
Thanks for the reply Mike but I figured it out.  Just missed a spot when doing the image mods.