Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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;
}
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>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank u so much, it works flawless im very happy now. 🙂
Great solution. 🙂
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
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. 🙂
Only the halfscreen is filled, i want to cover the screen from Nyheter down to bottom of the screen. 🙂
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;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025