Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28211

    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

    #136866

    Hey,

    I’m sorry but I don’t understand the question clearly. What did you change and how did you change it?

    Regards,

    Ismael

    #136867

    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.

    #136868

    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

    #136869

    Thanks for this fix, Ismael.

    #136870

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold: Page Title Changes Do Not Flow to Menu’ is closed to new replies.