Changing the Background color on my Refresh Store

I cant get my shopify stores Refresh theme background to go from Grey to White. I’ve tried numerous things but nothing seems to work.

My shopify link is https://pokepeluchesfan.myshopify.com/collections/all

I would really appreciate any help at all!

Thank you!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Bottom of the file:
main#MainContent {
background: #fff;
}
.collection-hero.color-background-1.gradient {
background: #fff;
}