Shape 5

Joomla Templates => No1 Shopping - Club => : ypelleri June 18, 2014, 07:45:50 AM



: chang color title in the menu
: ypelleri June 18, 2014, 07:45:50 AM
hi,

In the default menu, how can chang color of the title in the sub-menu. For Men, Women ...

Thanks



: Re: chang color title in the menu
: mikenicoll June 18, 2014, 07:33:54 PM
Hello,

You can control that here:

Template.CSS - Line 1220

.moduletable-menuhighlight {
    background: none repeat scroll 0 0 #cccccc;
    color: #ffffff;
    margin-left: 0;
    margin-top: -34px;
    padding: 22px 9px 0;
    position: relative;
    z-index: 1;
}

-Mike


: Re: chang color title in the menu
: ypelleri June 19, 2014, 01:02:42 AM
Thanks very good :)

regard


: Re: chang color title in the menu
: mikenicoll June 21, 2014, 09:33:15 PM
NP

-Mike