Change Account Page background color - Shopify Refres Theme

Topic summary

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:

  • Admin > Online Store > Themes > Actions > Edit code.
  • Open Assets > base.css (or style.css/theme.css, depending on the theme).
  • Append this CSS at the bottom: div#shopify-section-template–14679304667218__main { background: white !important; }
  • Save changes.

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:

  • A CSS code snippet is central to the solution.
  • Images were used to illustrate the result.

Status: Resolved. No further questions or issues were raised.

Summarized with AI on January 5. AI used: gpt-5.

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

1 Like

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