This topic has 6 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow
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
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
added but not working
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
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.
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
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