@LitCommerce
After looking for weeks for a solution I came across this post https://community.shopify.com/post/1855239 on how to add a background image to my Dawn store.
I made the changes and it worked which I am so grateful for.
However, I need to change it so that the header and /or footer have a background colour as it looks bad when I scroll.
Can you help me sort this?
Thanks
Hello @woolkind
It’s GemPages support team and glad to support you today.
To provide you with the most precise solution in this case, could you please share the store link?
Hello @woolkind
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you:
- Go to Online Store → Theme → Edit code:
-
Open your theme.liquid theme file
-
Paste the below code before :
Result:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hi @woolkind ,
Please send me the password, I will check it for you
Amazing!! Thank you for your help. if I was to want to change the colour to one of the theme background colours is there an easy way to put code in place of the “white” so its dynamic?
Hey, sorry @GemPages helped me out. Thanks so much for the original code and replying!
@woolkind
You can change the text: ‘white’ to another color:
Yes but is there a way to link this to the background colour selection in the customiser so I dont have to edit the code when I want to change the colour?
Unfortunately this isn’t really working as any drop down menus are transparent - both when the menu is at the top and when it is floating. Is there a way to always have the static menu and drop-down menu turn white when you use it and also ensure the drop down menu is white when it is floating?
No I just want to be able to see the drop down menus - they are currently transparent so you can’t see them.
Hi @woolkind ,
Go to Assets > base.css and paste this at the bottom of the file:
.js details > .header__submenu {
background: #fff !important;
}
.menu-drawer__navigation {
background: #fff !important;
}
@LitCommerce Thanks so much!! this is brilliant.
1 Like