Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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

  •  5,055
    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!

  •  5,055
    Michael replied

    Welcome! Have a nice day!