This topic has 14 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hallo, we use png images without backround colour. We need to change the backround colour at categories homepage and all gallery photos. We need to change the black colour (for a second) when we click to zoom a image in product.
elapelle. gr our website
thank you
Hello,
1) Coud you, please, provide me screenshot of product categories with the png images and bg color that you want to remove. Because product categories on the front page are jpg images with bg http://prntscr.com/s86iz5
2) Add the following code to Theme Options > Custom CSS to remove the black bg color for the popup
.pswp__img--placeholder--blank {
background: transparent;
}
Regards
we want to to change the white backround at photos not to remove colour, we wanto white to make ti grey for example
Hello,
Are you talking about this bg http://prntscr.com/s871qs Sorry, but it’s your image, it’snot related to theme. Use the graphic editor (Photoshop or similar) to cut the image and change bg color. After that upload changed images to your media library and choose them for your products.
Regards
at this link is png the link you send is jpeg yes, its test. here we want
https://www.elapelle.gr/product/delphiville-textile-sneaker-for-women-in-beige-10/
at all photos and some products at category and homepage and related products
we need to change colour for image placeholder at product page, gallery, cart, homepage, slider, category
hallo
Hello,
Try to add the next code in Theme Options > Theme Custom CSS
.woocommerce-main-image img,
.etheme-sticky-cart .attachment-post-thumbnail,
.content-product .product-content-image img {
background-color: grey;
}
Regards
thank you!
we need and for the images at single products gallery
https://ibb.co/LkKzjn7
and change colour for the close icon at product image zoom
https://ibb.co/VjkCfqh
thank you
1) Change the previous code to
.woocommerce-main-image img,
.etheme-sticky-cart .attachment-post-thumbnail,
.content-product .product-content-image img,
.single-product .swipers-couple-wrapper .swiper-wrapper img {
background-color: #F8F8F8;
}
2)
.pswp__button--close {
color: red;
}
Regards
thank you very much
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up