Reply 338246 to: x store Mobile dropdown issue

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
November 10, 2022 at 07:18

Hello, @Aryanna_p,

1- Actually, there is no specific option in the theme to change the font style of the mobile menu dropdown you have to make it using custom CSS code in the Theme Settings >>Theme Custom CSS >> Global CSS. You can use the below code to change it.

.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown{text-transform:lowercase !important;}

2- Again, You have to make it using custom CSS code. I write the CSS code below to change the background color.

.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown{background:red !important;}

In the above code, the word “red” is the color you can change it with the color you want.

Here are the result screenshots after adding the above both codes how it looks like you can see the font style and background color: https://postimg.cc/Y4yP7ppQ

Regards 8Themes 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.