I have a submenu, and when selecting an item I would like that submenu item to be active (so that the visitor recognize himself).
Possible to do?
.gkMenu > ul li div.childcontent li.active a { color: red; }
Pawel F wrote:Hi,
it should help:
- Code: Select all
.gkMenu > ul li div.childcontent li.active a { color: red; }
I tested on my private project 2 days ago.
outline:1px solid red;
Pawel F wrote:It should be, worked on my website. I have exactly this same template and J! version.
This active subitem was highlight with red color.
You can try to add also insideoutline:1px solid red;
to check this option.
Show me your URL.
.box .menu li li.current a {
color: red;
}
#gkSidebar {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.79);
}
Pawel F wrote:p.s.
You can delete this
- Code: Select all
#gkSidebar {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.79);
}
from override.css !