theme letters change

  • Unknown's avatar

    100transcripts.com to styling of menu letters from uppercase to capitalized.it means i want lower case to upper case letters not all Uppercase letters.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there:

    You’ll want to use this CSS code to change that in your theme:

    .main-navigation-menu a {
        text-transform: capitalize;
    }

    NOTE: you have some menu items that are in all caps, so you would need to edit those menu page names to fix that completely.

    I will note that the theme you’re currently using has been retired, so it might be worth it for you to change to a new theme now before future updates to the WordPress software makes your current theme incompatible.

    I hope that clarifies things!

  • Unknown's avatar
  • The topic ‘theme letters change’ is closed to new replies.