Hi guys,
I would like to add a colored background to the product page description, from the visual editor I am not allowed with the IMPULSE theme. I’m trying to figure out whether to insert an html code for the full width details section, does anyone have any suggestions?
Many thanks.
@valeriashapes
It can be done using some CSS code, please share your store URL and color name or color code.
Hi, thanks for the reply.
URL: www.shapesdecor.com
Background color would be: #F9F9F9
@valeriashapes
Add this code at the bottom of your theme.css file.
.product-full-width .page-width > .product-block:first-child {
background-color: #F9F9F9;
}
.product-full-width .page-width > .product-block:first-child .rte {
padding: 20px;
}
You can message me if you need any other changes.