how do i change this white rectangular box to the same colour as my background #7e6d60

Hi @dumbl3d00r

This white box comes from an additional HTML in your product description; please edit your product remove that HTML from your product’s description to solve the issue

@dumbl3d00r Please follow the below steps to change the white rectangular box to the same color as background. Let us know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click the action button from the current theme and select “Edit code”.
  3. Search and locate the base.css file. Add the below CSS code in the base.css file at the bottom of the file, like in the below attached screenshot.
    FYI: The color code you given seems a bit different from the actual background. Consider using below color code instead “#7e6d60”.
.product__info-container .product__description .detail-desc-decorate-richtext p:first-child {
  background-color: #786659 !important;
}

  1. Final results will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like