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

Solved

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

myriambenn
Visitor
2 0 1

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!

myriambenn_0-1695206734552.png

 

Accepted Solution (1)

oscprofessional
Shopify Partner
16266 2431 3160

This is an accepted solution.

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;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free

View solution in original post

Replies 3 (3)

oscprofessional
Shopify Partner
16266 2431 3160

This is an accepted solution.

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;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free
OneClothing
Visitor
3 0 0

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/

 



3a1d1878-5c0d-4433-b89f-c62815b1b5bd.jpg

 

 

oscprofessional
Shopify Partner
16266 2431 3160

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

oscprofessional_0-1711703497204.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free