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

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. :slightly_smiling_face:

Thanks in advance

1 Like

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 tag

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

Best Regards,
Moeed

1 Like

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

1 Like

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

Great solution. :slightly_smiling_face:

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? :slightly_smiling_face: @ZestardTech

1 Like

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

Hi again

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

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