Background color inside product description block – Single Product Page
-
Hi guys,
I need a background colour inside the prouct description block (like #F4F4F4) – Right now I have added shadow to the box. I have attached an image to show you where exactly I need this colour.
This colour should cover the entire box (also tabs).
Can you assist?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try this code:
.product-summary-shadow .summary-inner {
background-color: #f9f9f9;
}
Add this code to Theme Settings > Custom CSS
Best Regards