In the Debut theme how do a remove a background image. Where you see the pink and white checkered image below, I can't figure out how to remove that.
Hey @staceymollenhau,
Please share the website URL. I will check and provide a solution here.
Thanks!
Hey @staceymollenhau
1. In your Shopify Admin go-to online store > themes > actions > edit code
2. Find Asset > style.min.css and paste this at the bottom of the file:
.site-header {background-image: unset !important;}
Hope this works for you.
Thanks!
Sorry my mistake
1. In your Shopify Admin go-to online store > themes > actions > edit code
2. Find Asset > theme.css.liquid and paste this at the bottom of the file:
.site-header {background-image: unset !important;}
Hey! So I removed that weird background image that was just really showing in the background at the top of the page. If I have an image that I want shown in the background of the site how do I do that. For example, I have a glitter image that I want to add to the site just to spruce up the background. This is in the debut theme.
Thanks!
Stacey
Hey @staceymollenhau
In this link, a guy from youtube explains step by step how to add an image background on the body of the page. https://www.youtube.com/watch?v=IoSx5CskoLQ
Thanks!
Been trying to change the background for the debut theme for ages now. I have gone to the basic style section on edit code and inserted it there. I have also posted it at the end of theme.css, nothing has worked. This is the code I am using:
body,
html {
background: url({{ 'shimmer.jpg' | asset_url }});
background-color: $color-body; }
Any help would be greatly appreciated thank you
User | Count |
---|---|
418 | |
206 | |
144 | |
53 | |
42 |