As you can see below, the background login section is using two colors, I want it all white. I don’t have an option to change that login “section”.
Is it possible to correct this?
my website is venxxtools.com
thank you very much
Main issue: The account/login section displayed two background colors in the Shopify Refresh theme, and the store owner wanted it to be entirely white without a visible theme editor option.
Proposed fix: Add a custom CSS rule in the theme’s CSS file to force a white background on the login section. Steps:
Outcome: The change successfully made the login area fully white. The helper provided a before/after screenshot, and the store owner confirmed it worked.
Notes:
Status: Resolved. No further questions or issues were raised.
As you can see below, the background login section is using two colors, I want it all white. I don’t have an option to change that login “section”.
Is it possible to correct this?
my website is venxxtools.com
thank you very much
Hi @Venxxtools
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:
div#shopify-section-template--14679304667218__main {
background: white !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
it worked perfectly.
Congratulations, you are the best!
Thank you very much
you are the best!
thanks