Site logo

Archived topic

Change background color on single product page

6 replies · Started by Luca on September 2, 2022

Viewing posts 1–7 of 7

Hi, I need to change background color only in the part highlighted in the attacked image. What can I do?

Example

Hi there,

that may be tricky.... can you link me to that page so i can take a look ?

Hi,
I send in private... Thanks

Aah ok. Try adding this CSS:

@media(min-width: 769px) {
    .woocommerce.single .product {
        background-color: #fff;
    }
    .woocommerce.single .product .entry-summary {
        padding-top: 40px;
    }
}

I added this CSS in Customize > Additional CSS but it doesn't work...

It works, thanks a lot.

This archived topic is closed to new replies.