Site logo

Archived topic

Transparent gap between products

5 replies · Started by Emmi on October 10, 2020

Viewing posts 1–6 of 6

Hi there,

Try changing the Background option under Customizer > Colors > Content.

Let me know if this helps :)

No, it doesn't.
I modified the background so you can see it.
I'll leave it so for a while.

Almost working.

Now go to Additional CSS field in the customizer and edit this block of CSS:

.woocommerce ul.products li.product {
    border: 2px solid #C8EBDF;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 10px;
}

to this:

.woocommerce ul.products li.product {
    border: 2px solid #C8EBDF;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 10px;
    background-color: #ffffff;
}

Work great!
Gratitude, Leo!

No problem :)

This archived topic is closed to new replies.