Shopify themes, liquid, logos, and UX
This is what my policy pages currently look like, i want this background color to be white as well.
www.moxxishop.nl pw: maycru
Solved! Go to the solution
This is an accepted solution.
Hi @JMecom
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
main#MainContent {
background: white !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @JMecom
can you please share page url?
1) Go to online store
2) Click on Edit Code
3) Open your base.css file
4) Paste the below code at the bottom and save
.focus-none {background: white !important}
This is an accepted solution.
Hi @JMecom
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
main#MainContent {
background: white !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks very much! Have a good day!
Hi thanks for the help! How do i get this to be the grey colour which is on the rest of my site instead of changing it to white as it is already white, can i use the colour code? Instead of "white". Thanks in advance.
Hi @jamiewren
Can I take a look on your store? Thanks!
Hi yes what would you like to see? I attached a screenshot of what it looks like currently.
Sorry, I mean I need your store URL. Thank you!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024