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.
[Categories2Menu] --> CSS customization question
ntuyelik
New
Thanks for this great plugin.
I modified some colors for this menu.
But even I added following codes into
You can see my forum : http://www.herkesuzman.com > click
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;}
Tagged:
0
Comments
/applications/dashboard/design/style.css?v=2.0.17.9
So it's better now.Thanks @yu_tang