Hi!
After creating pages I changed the capitalization of page titles that are in the top nav menu. The changes did not automatically update the capitalization of the page names in the menu. Instead the now capitalized page title showed up on the menu page as a new page that had to be added. Is there a fix for this? See http://talentdev.valiantlane.com/test.
I am using the Enfold child theme.
Valerie
Hey,
I’m sorry but I don’t understand the question clearly. What did you change and how did you change it?
Regards,
Ismael
No prob…
Step 1: Created pages with the only the first letter of the page title capitalized, e.g. “About”
Step 2: Added page to main nav menu which displayed page as “About”
Step 3: Decided I wanted all the letters capitalized, and changed and saved page title to “ABOUT”
The main menu still shows the page title as “About.” The issue is that I have to manually change the navigation label in Menu or remove and re-add the page in order for the main menu to reflect “ABOUT.” I would like the formatting change to automatically propagate through to the nav label.
Hey,
You don’t need to capitalized them manually. Just add this on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
text-transform: uppercase;
}
Regards,
Ismael
Thanks for this fix, Ismael.