Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Categories2Menu] --> CSS customization question

ntuyelikntuyelik New
edited April 2011 in Vanilla 2.0 - 2.8
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

  • Options
    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;
    }
  • Options
    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.