Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
WooCommerce
Product thumbnail a circle
meganbruzan
January 2017
in
WooCommerce
Is it possible to make the product template a circle shape instead of a square?
http://www.zymbioticsllc.com/Wordpress/products/
Comments
meganbruzan
January 2017
Sorry, meant product thumbnail a circle.
Albert
January 2017
Hi,
you can make them circled with the following css but in our opinion, it won't look good because of hover button for example.
.woocommerce .products .image_frame .image_wrapper { border-radius: 50% !important; }
meganbruzan
January 2017
Thanks, I think it looks great.
Albert
January 2017
You're welcome
Sign In
or
Register
to comment.
Comments
you can make them circled with the following css but in our opinion, it won't look good because of hover button for example.