Home › Forums › Pro Version › Rounded Corner?
- This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by
Masonry Guy.
- AuthorPosts
sandy
GuestHi,
is it possible to make the masonry layout box into rounded corner? just like pinterest.
my website is loot.sandysan.comMasonry Guy
KeymasterHi 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
sandy
Guesti 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!Masonry Guy
KeymasterHi 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.
Thanks
- AuthorPosts