How can I change the background color in my featured product section?

How do I remove the background color from featured product section? I think I have to change the “–color-page-bg-rgb” to transparent or something. Here is my store URL :https://gocookie.se/

1 Like

Hi @Felix_o

Yes, you can change into transparent.

Made4uoRibe_0-1707700520991.png

When I change into transparent the result is this.

.btn-slideshow-thumb, .product-slideshow__item {
    background-color: transparent;
}

Result:

Seems like you know where the code is?

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Thanks man!

1 Like