Remove caps from menu - by wielandsmith - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: wielandsmith
    wielandsmith
    Participant
    October 22, 2014 at 23:11

    How do I remove the capitalization from the menus – both main and sublinks?

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: wielandsmith
    wielandsmith
    Participant
    October 22, 2014 at 23:15

    is there also a way to increase the column width in the dropdowns? or increase the total width of the menu header box? thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 23, 2014 at 15:29

    Hello,

    To remove capitalization you need add this code in custom.css file:

    .menu > li > a, .menu .menu-full-width .nav-sublist-dropdown ul > li > a {
        text-transform: lowercase;
    }

    If you want to increase font size you can use this code:

    .menu > li > a, .menu .menu-full-width .nav-sublist-dropdown ul > li > a {
        font-size: 15px;
    }

    Do you mean you wish to increase the width of the menu section?

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘remove caps from menu’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.