Is it possible that the whole color of the page changes when opening a product

hi everyone

my product page looks like this now (I would like to keep it like this)

but is it possible when opening a product to change the whole background to grey so that it is not a box?

thanks!

Christian Russo

Hi @christian_russo ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
#shopify-section-template--15460582195393__main {
    background: #dbdbdb;
    padding-bottom: 60px;
}

#shopify-section-template--15460582195393__multicolumn,
#shopify-section-template--15460582195393__16472444622faece2e {
    display: none;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.