Home Forums Total Change Upper Menu Case

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1501
    ayman.roshdy
    Participant

    Hello-

    Is there a way so that I can change the upper menu letters’ case, currently the menu names are displayed in a way where all the letters are in capital while I need to display them as they written (i.e. the capital letters remain capital while the small letters remain small)?

    Thanks

    #1532
    Hash
    Keymaster

    Add the below CSS in the Custom CSS field.

    .ht-main-navigation a{
    text-transform: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.