-
AuthorPosts
-
October 7, 2015 at 4:33 am #614610
Hi Guys,
I’d like to remove all borders from woo commerce shop. I’ve checked previous entries on this and have tried this in custom css in the customiser.
.entry-featured {
border: transparent !important;
}
.single-product a.x-img-thumbnail:hover {
border: none !important;
}The site is in coming soon mode, but have attached image. Any help appreciated. Want to remove all borders. Thank you so much.
October 7, 2015 at 5:21 am #614643Hi There,
Try adding following CSS under Customizer > Custom > CSS:
.woocommerce div.product .images .x-img-thumbnail, .woocommerce-page div.product .images .x-img-thumbnail, .woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured { border: none; padding: 0; }
Hope it helps.
October 7, 2015 at 8:12 am #614882Hi, Thank you, but it didn’t work. Any other ideas? Many thanks
October 7, 2015 at 8:54 am #614954Hi There,
In this case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link to your site
β WordPress Admin username / PasswordDonβt forget to select Set as a private reply. This ensures your information is only visible to our staff.
Thanks.
October 7, 2015 at 10:27 am #615128This reply has been marked as private.October 7, 2015 at 11:24 am #615232Hi Kim,
Thanks for the logins!
Please send us your site’s URL as well so we can take a look at it.
Thank you!
October 7, 2015 at 8:16 pm #615893This reply has been marked as private.October 8, 2015 at 12:27 am #616084Hi there,
Thanks for updating. If you are trying to remove the border from image then add this CSS –
.single-product .x-img-thumbnail { border: none !important; }
If you have any other border need to remove then add a screenshot and mark the place so that we can understand what you are trying to accomplish.
Cheers!
October 8, 2015 at 1:02 am #616114This reply has been marked as private.October 8, 2015 at 1:37 am #616155Hi there,
I’m sorry but your attachment did not upload correctly because there is a size limitation of 512kb. You could use a service like (http://prntscr.com/) to share a larger screenshot.
Once we get that, we will be happy to assist you with everything.
Thanks!
October 8, 2015 at 2:42 am #616242This reply has been marked as private.October 8, 2015 at 3:34 am #616298Hi there Kim,
Hope you’re well today π
I’ve added the following CSS under “Customize > Custom > CSS”.
.woocommerce .entry-featured { background: transparent; border: 0; }
That’s removed the border round the images. Hope this helps.
Thanks!
October 8, 2015 at 7:26 am #616515I just can’t thank you enough. I so appreciate your patience and help. The support for X is superb! Kim
October 8, 2015 at 7:37 am #616525Woops, it works on some product pages but not others – do I have to enter it multiple times? Thank you Kim
October 8, 2015 at 9:20 am #616666Hi Kim,
You’re most welcome! It should work on all product pages, could you link me to a page where it isn’t and I’ll take a look for you. π
Thank you!
-
AuthorPosts