Tagged: x
-
AuthorPosts
-
December 9, 2016 at 10:08 am #1287478
Hi,
I’m using product images with transparent backgrounds but on the products page the background is white. I was wondering if there is anyway to remove this white background? (See attached image)
The most progress I’ve made is changing the colour of the background with
.entry-featured { background-color: yellow; }
I found someone posted a similar question a while back and this code was suggested
.woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured{ background:transparent; }
which looks like it should work but unfortunately it doesn’t.
If you have any ideas I’d be very grateful!
Thanks,
Emma
December 9, 2016 at 1:10 pm #1287658Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 9, 2016 at 5:38 pm #1287851This reply has been marked as private.December 9, 2016 at 9:46 pm #1288077Hi There,
The site is in under construction mode, please provide us login credentials in private reply so we can take a closer look.
Thanks.
December 10, 2016 at 3:12 am #1288204This reply has been marked as private.December 10, 2016 at 3:24 am #1288211Hi there,
Please add following code in Customize -> Custom -> Global CSS :
.woocommerce li.product { background-color: transparent; } .entry-featured,.woocommerce li.product { box-shadow: none !Important; border: none !important; }
Hope that helps.
December 10, 2016 at 5:57 am #1288279Ah yes that’s the ticket, worked like a charm!
Thanks guys, top notch work (thumbs up emoji)
December 10, 2016 at 6:00 am #1288280Glad we could help you with this.
-
AuthorPosts