Reply 345294 to: all departments categorys dont show in mobile browser!

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
January 28, 2023 at 09:45

Hello, @azbarga,

In order to change the color of the sub-menus, please copy and paste the following CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and adjust the color code values or use the desired color name as needed:

.mobile-menu-content .menu-title {
    color: #00FF00  !important;
}

Furthermore, to fix the styling error which cuts out half the menu, please copy and paste the following CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and publish it:

body .mobile-header-wrapper .nav-sublist-dropdown>.container>ul, body .mobile-header-wrapper .menu-static-block {
    height: auto !important;
}

Otherwise, please share your site WP Admin URL and Credentials with us in the private content area of this topic so that we will further look into it for you.

We hope this information is helpful.

Best regards,
8Theme’s Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.