Change the background color of the drop down menu on mobile (theme craft)

Hi

I would like to change the color of my dropdown menu on mobile "

  • replace the “blue color” background with “white” (see screenshot)

  • change the font color in black

I used several codes but didn’t work.

Can anyone help on this

URL: www.yela-store.com

Thanks!

Hello @myriambenn

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.vertical-mega-menu ul.mm-submenu span.mm-title {
    color: #000 !important;
}
.vertical-mega-menu>.buddha-menu-item>.mm-submenu.height-transition {
    background-color: #fff !important;
}

Hey,

I want to change the text color of submenus of my site from black to white only for mobile view. Can you please share the code?

here’s the link to my store:

https://oneclothing.co/

Hello @OneClothing ,
As I can see here already text color is white.
If their is anything feel free to ask.