Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
On the bottom of my collections/shop page, there is a blue color. It's not the footer. How do I get rid of it?
I'm using Origin theme and the URL is: https://rescue-haus.com/collections/basics
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hello,
Go to online store and chose edit code
Open the file base.css
Paste the following code at the bottom.
#MainContent {background: white !important;}
Then save.
This is an accepted solution.
Hello,
Go to online store and chose edit code
Open the file base.css
Paste the following code at the bottom.
#MainContent {background: white !important;}
Then save.