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.
- From admin, go to “Online Store” → “Themes”.
- Click the action button from the current theme and select “Edit code”.
- 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;
}
- 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



