Site logo

Archived topic

Minimize woocommerce article image

19 replies · Started by Matthieu on November 9, 2020

Viewing posts 16–20 of 20

What if we use this CSS?

.single-product .site-content {
    background-color: #ffffff;
}

It's perfect for me ! Do you know if it is possible to round off the 3 images on this page ?

Thanks

Try this:

.woocommerce-product-gallery img {
    border-radius: 20px;
}

It's great thank you so much! Last question: I don't know if you noticed but my footer doesn't stay at the bottom of the page, it just sticks at the top of the article container. Do you know how I could fix it down ? 😅

Thanks

Can you open a new topic for the new question?

Thanks :)

This archived topic is closed to new replies.