Tagged: Current Page, navigation menu
When on Clients child page Women, the nav menu item is not bold and uppercase as I have made it on all Current Pages. How can I achieve this?
(I am developing this on my site for client ABWW)
I would like the menu item “clients” on this page
http://www.kennethbsmith.com/clients/abww/abs-women-clients-tell-their-stories/
to be the same as on the parent page http://www.kennethbsmith.com/clients/abww/ab-clients/
Thought I could do it with CSS, but it escapes me. Can you help?
Thanks
Ken
Hi Ken!
I think you need to set those child pages as children also in the Menu (dropdown) so it can have a relationship there.
Best regards,
Josue
You are soooo right, Josue. And how embarrassing that forgot to do that.
But, once done, the effect still doesn’t happen.
I even made a child of Contact to test it: http://www.kennethbsmith.com/clients/abww/contact-annie-brumbaugh-wardrobe-consultant/test-contact-child/
BTW, the client does not like the drop downs. She doesn’t want them in the menu.
I do see that it works on the Enfold demo site: http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/
Portfolio is bolded when on the child page.
What do you think could be the issue?
Now modify the code you already have (custom.css) to this:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .current-menu-item, .current-page-item, .current-page-ancestor a{
color:#FF6600 !important;
font-weight: bold !important;
letter-spacing: 1px;
text-transform:uppercase;
}
Regards,
Josue
Rock on, dude. Many thanks.
You are welcome, glad we could help :)
Regards,
Josue