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

Okay
  Public Ticket #1510507
menu item and quickfinders
Closed

Comments

  • Prince_philip started the conversation

    How can I change the menu items to lower cases?

    And how can I change the quickfinders titles to lower cases?

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    #primary-menu.no-responsive > li > a,
    .quickfinder-item-title {
        text-transform: lowercase !important;
    }