Home › Forums › Pro Version › Rounded Corner?This topic has 3 replies, 2 voices, and was last updated 6 years ago by Masonry Guy.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts April 11, 2015 at 10:02 am #4763 sandyGuestHi,is it possible to make the masonry layout box into rounded corner? just like pinterest. my website is loot.sandysan.com April 13, 2015 at 4:33 pm #4802 Masonry GuyKeymasterHi Sandy,There is not round corner settings for WooCommerce layout. However, you can use this css to get it.#wmle_container.wmle_container .wmle_item .wmle_woocommerce_box{border-radius:5px;} #wmle_container.wmle_container .wmle_item .wpme_image img{border-radius:5px;} #wmle_container.wmle_container .wmle_item{border-radius:5px;}Thanks April 15, 2015 at 3:03 pm #4864 sandyGuesti have used the css above, but it only applied to the description and price part, not the product image. can you advise the CSS for the product image to be rounded corner as well? i’m trying to make it look as much like pinterest. thanks! April 15, 2015 at 4:38 pm #4869 Masonry GuyKeymasterHi Sandy,Please add !important in 2nd line. So final will be#wmle_container.wmle_container .wmle_item .wpme_image img{border-radius:5px !important;}This should fix your issue.ThanksAuthorPostsViewing 4 posts - 1 through 4 (of 4 total)The forum ‘Pro Version’ is closed to new topics and replies. Lite worked fine but not Pro →