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!
A user is experiencing an unwanted blue color appearing at the bottom of their collections/shop page on their Shopify store using the Origin theme. They clarified this blue section is distinct from the footer itself.
Solution provided:
base.css file#MainContent {background: white !important;}
This CSS override targets the main content area’s background color and forces it to white, which should eliminate the blue coloring issue.
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!
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.