Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1847084
Uppcase in Navigation but not in Headings
Closed

Comments

  •  1
    Jennifer Reinfeld started the conversation

    Hello,

    Can you please let me know how I can have the main menu font use only uppercase letters, but have the headings on the site be standard letters (have the headings only capitalized when I make certain letters capitalized)?

    (When I go to Appearance > Theme Options > General > Disable Uppercase Font - it does it to both the menu and headings on the site. But I only want the menu to be uppercase.)

    I had it working  previously, but every time I update the theme, I lose the uppercase main menu font, and I can't remember how to fix it.

    Thanks so much!

    Jennifer

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    #primary-menu > li > a {
        text-transform: uppercase !important;
    }

     

    6707465710.png
  •  1
    Jennifer Reinfeld replied

    That works great! Thank you!

  •  4,774
    Michael replied

    Welcome! Have a nice day!