Hi Kriesi,
The active submenu menu item isn't styled the same as a normal active menu item.
Can you help me with this? see url http://www.goedknegtdesign.nl/ecat-new/ecat-education/education/assays/
Thanks!
Hi Kriesi,
The active submenu menu item isn't styled the same as a normal active menu item.
Can you help me with this? see url http://www.goedknegtdesign.nl/ecat-new/ecat-education/education/assays/
Thanks!
Hi,
I'm not sure if this is what you want, but you can place this on your custom.css
#top .widget ul li a {
color: #919191;
font-weight: normal !important;
text-decoration: none !important;
}
This will change the color, font-weight and remove the underline.
Regards,
Ismael
No this isn't what i want, i would like the submenu items also to be connected (white background) to the main content area when this submenu item is active...
thank you
Hi lennard,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.sidebar_left .widget_nav_menu ul:first-child .current_page_item {
padding-right: 30px;
background-color: white;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
top: 1px;
margin-top: -1px;
padding-top: 1px;
left: 0;
padding-left: 0;
}
#top .widget_nav_menu .children {
overflow: visible;
}
#top .widget_nav_menu .children li a {
border-top: none;
}
Regards,
Devin
Almost, now the borders are missing when not active...
Thank you!
Do you have an example on your site with the borders not showing?
Never mind...it works!
thank you for the support!
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.