Hi everyone,
I was trying to remove the background image on the website, and I’ve checked the previous threads but no luck at all.
It seems like the image appears on each page in whole area.
Please advice how to remove it.
Thanks
Hi everyone,
I was trying to remove the background image on the website, and I’ve checked the previous threads but no luck at all.
It seems like the image appears on each page in whole area.
Please advice how to remove it.
Thanks
Good Afternoon,
Which theme are you currently using?
Can you please share your website URL and storefront password so that I can take a look?
Thank You,
-Justin
Hi Justin
the theme is ‘parallax-2018’
Website is https://lovemidesigns.com/
password: ShopifyCheck
Thanks!
hello @LoveDesigns
please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.
#content_wrapper {
background-image: url('');
}
Please follow the steps:
Thank you!
Both solutions work!