Home Forums WoodMart support forum Background color inside product description block – Single Product Page

Background color inside product description block – Single Product Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63496

    Peter Laursen
    Participant

    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.
    #63513

    Hello,

    Please try this code:

    .product-summary-shadow .summary-inner {
        background-color: #f9f9f9;
    }

    Add this code to Theme Settings > Custom CSS

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)