How can I change the background color on my product page?

Hello! I am looking to change the background on my product page from grey to white and I cannot seem to figure it out. Here is a link of an example page: https://room1021.com/products/teachin-eco-tote-bag

Hi @room1021 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme–async.css->paste below code at the bottom of the file:
.product-page--top-panel {
    background-color: #fff !important;
}

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

Best regards.