I want to change mobile menu background from white to black with white text

Solved

I want to change mobile menu background from white to black with white text

Dekanten
Navigator
343 2 121

Hello Im using dawn 7.0.1 and want to change background color to black instead of white i have from before, add white text on black background.

 

I have tried some solutions i found here but they didnt work aswell.

 

Hope somebody have a trick for me. 🙂

 

Thanks in advance

Accepted Solutions (2)

Moeed
Shopify Partner
7395 2003 2445

This is an accepted solution.

Hey @Dekanten 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer__navigation {
    background: black !important;
}
.list-menu__item {
    color: white !important;
}
</style>

Moeed_0-1689937656879.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

ZestardTech
Shopify Partner
6139 1097 1473

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.menu-drawer__navigation {
background: black !important;
}
.list-menu__item {
color: white !important;
}

 

ZestardTech_0-1689937723329.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7395 2003 2445

This is an accepted solution.

Hey @Dekanten 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer__navigation {
    background: black !important;
}
.list-menu__item {
    color: white !important;
}
</style>

Moeed_0-1689937656879.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dekanten
Navigator
343 2 121

Thank u so much, it works flawless im very happy now. 🙂

 

Great solution. 🙂

Dekanten
Navigator
343 2 121

One more thing, when i clicked the produkter button the next screen turns white and all text invisible. Do you have a solution for that? 🙂 @ZestardTech 

ZestardTech
Shopify Partner
6139 1097 1473

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

@media (max-width:989px){
.menu-drawer__navigation {
background: black !important;
}
.list-menu__item {
color: white !important;
}
ul.menu-drawer__menu.list-menu {
    background-color: #000;
    color: #fff;
}
}

ZestardTech_0-1689939783273.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Dekanten
Navigator
343 2 121

Hi again

 

There is better but i need to fill out the screen with black, take a look at this screenshot. 🙂

 

Only the halfscreen is filled, i want to cover the screen from Nyheter down to bottom of the screen. 🙂

image fix on menu.png

ZestardTech
Shopify Partner
6139 1097 1473

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.menu-drawer__navigation {
background: black !important;
}
.list-menu__item {
color: white !important;
}

 

ZestardTech_0-1689937723329.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing