Find Answers and Get Support › Forums › Mandha – Multipurpose WooCommerce Theme › Website Setup › Widgets › Rounded Products images on woocommerce page
- This topic has 4 replies, 2 voices, and was last updated 1 year, 3 months ago by Manathan.
-
AuthorPosts
-
RiyazParticipant@riyazn
- 17 Topics
- 51 Posts
I am curious to know that is it possible to make the woocommerce images round corner? I tried with yellow pencil plugin but takes each product individually to do that, if I get snippet that will helpful, please check images attached with corner which I did and default one, because mandha NFt theme comes with good rounded design of products but inside its flat its looks odd on default woocommerce design, hope you get me, thank you
May 2, 2023 at 10:11 #45108RiyazParticipant@riyazn- 17 Topics
- 51 Posts
aaaah I got it thank you,
I used this on custom css plugin
/* Image */
.iconic-woothumbs-images div img{
transform:translatex(0px) translatey(0px);
border-top-left-radius:13px;
border-top-right-radius:13px;
border-bottom-left-radius:13px;
border-bottom-right-radius:13px;
}/* Division */
.iconic-woothumbs-thumbnails div .iconic-woothumbs-thumbnails__image-wrapper{
border-top-left-radius:13px;
border-top-right-radius:13px;
border-bottom-left-radius:13px;
border-bottom-right-radius:13px;
}May 2, 2023 at 10:16 #45109@themodactyl- 0 Topics
- 6587 Posts
Hi Riyaz,
I’m glad to read that you’ve been able to solve this!
Thank you for sharing the solution with us. I’m sure it will help other users facing the same issue. By doing this, you’re making a great contribution to this forum, and we thank you very much for that! #SharingIsCaring 💪🏻
Cheers,
May 3, 2023 at 12:52 #45117 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Rounded Products images on woocommerce page’ is closed to new replies.