Issue with submenu in mobile, not showing in caps

This topic has 6 replies, 3 voices, and was last updated 1 years, 10 months ago ago by Olga Barlow

  • Avatar: DS
    DS
    Participant
    June 9, 2022 at 11:30

    Hi,

    Can you please check and tell me why the sub-menu on mobile not showing in caps (Uppercase)

    URL is in a private area

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 9, 2022 at 12:25

    Hello,

    Try to use the next custom CSS code:

    .mobile-menu-content .et_b_header-menu .nav-sublist-dropdown, div.mobile-menu-content .et_b-tab-content .widget .children {
        text-transform: unset;
    }

    Regards

    Avatar: DS
    DS
    Participant
    June 10, 2022 at 06:18

    added but not working

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 10, 2022 at 06:51

    Please add !important; , like

    .mobile-menu-content .et_b_header-menu .nav-sublist-dropdown, div.mobile-menu-content .et_b-tab-content .widget .children {
        text-transform: unset !important;
    }

    Regards

    Avatar: DS
    DS
    Participant
    June 10, 2022 at 07:05

    Hi,
    It is fixed
    Just found one more issue on the mobile menu color of all sub menus getting gray, can you please share a code for 100% black by keeping the active menu color as it is.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 10, 2022 at 11:28

    Hello,

    Add the below custom

    .et-mini-content .menu li a:hover, div.mobile-menu-content .et_b_header-menu .menu li>.nav-sublist-dropdown:not(.nav-sublist), div.mobile-menu-content .et_b_header-menu .menu li>.nav-sublist>ul, div.mobile-menu-content .et_b_header-menu .menu li>ul:not(.nav-sublist-dropdown):not(.nav-sublist) {
        opacity: 1 !important;
    }

    Regards

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

The issue related to '‘Issue with submenu in mobile, not showing in caps’' 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.