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 #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?

  •  4,774
    Michael replied

    HI!

    pls. use following css:

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