Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

ChanuxCurtisOdenLorenzoafiqasyraf93ericgillettetannerc +6 guests

[Categories2Menu] --> CSS customization question

This discussion is related to the Categories → Menu addon.
Thanks for this great plugin.
I modified some colors for this menu.
But even I added following codes into categories2menu.css but I can't change the hovered link color.I want to make hovered link color --> black. (#000000)
You can see my forum : http://www.herkesuzman.com > click SORULAR to see my categories menu.

ul#Menu li ul {
position: absolute;
visibility: hidden;
background: #ffffff;
border: 1px solid #000000;
color: #000000;}

ul#Menu li ul li {
float: left;
display: inline;
margin: 0;
z-index: 9;
color: #000000;}

ul#Menu li ul li a {
color: #000000;}

ul#Menu li ul li a:hover {
background: #ffffff;
color: #000000;}

Comments

  • Posts: 159
    I don't know much about css but It may be that menu text color can be linked to below rule.

    /applications/dashboard/design/style.css?v=2.0.17.9
    #Menu a:hover, #Menu li.NonTab a:hover {
    background: none repeat scroll 0 0 #50C1EB;
    border: medium none #000000;
    color: #FFFFFF !important;
    padding: 0 7px;
    }
  • Posts: 129
    yes, the main style.css manages the text color of this plugin.
    So it's better now.Thanks @yu_tang
Sign In or Register to comment.