Home Forums WoodMart support forum Single product page

Single product page

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

    i.elkarem
    Participant

    I have changed the background color but I got a white background that I can’t fix. Could you please help with that? I have added a link for the website.

    Attachments:
    You must be logged in to view attached files.
    #162886

    Hello,

    I have seen your screenshot. If you want to change the background color of your pre footer area. You can use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .woodmart-prefooter {
        background: red;
    }

    OR

    If you want to change the wrapper background color of product page. Then you can use the below CSS code:

    .single-product .website-wrapper{
    background: red;
    }

    I used red color just to set an example for you. You can use any different color.

    Best Regards.

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