Tagged: current-menu-item
How do I make the menu item Blog into BLOG when viewing a blog post?
http://www.kennethbsmith.com/clients/abww/the-amazing-fifth-avenue-overcoat/
This is similar to the question I asked about child pages.
https://kriesi.at/support/topic/make-navigation-menu-item-uppercase-when-on-menu-item-child-page/
but can’t figure it out.
Hi akamaxbuz!
Thank you for the question. I hope all is well with you today.
You can add this on Quick CSS or custom.css:
.single .current_page_parent a {
text-transform: uppercase;
}
Best regards,
Ismael
Thank you, Ismael.