Hi again,
For the renew stack, you can remove the previous code and use this one instead:
.x-navbar .x-nav-wrap .x-nav > li.current-menu-parent > a > span, .x-navbar .x-nav-wrap .x-nav > li.current-page-ancestor > a > span {
box-shadow: inset 0 -2px 0 0 #b7b7b7;
color: #b7b7b7;
}
Let us know how this goes!
Hi Nabeel
Thank you very much for the new code. It’s nearly perfect but the line still is two pixels to high. It seems like the line from the code is inside the box and the line in the menu outside.
How can I move the line two pixels down?
Thanks again.
Hi again,
You can replace the previous code with the following code:
.x-navbar .x-nav-wrap .x-nav > li.current-menu-parent > a > span, .x-navbar .x-nav-wrap .x-nav > li.current-page-ancestor > a > span {
box-shadow: inset 0 -2px 0 0 #baafa5;
color: #baafa5;
padding-bottom: 8px;
}
You can adjust the padding-bottom: 8px;
in the above code if needed. Let us know how this goes!
Hi Nabeel
Great - this works perfect!
Thank you very much for your help!
Glad we were able to help
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.