This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Tony Rodriguez
Hello,thank you for the assistance you provide here,i’d like to ask how could I make the product images on my website have round corners? I mean the image on the store page (where all the products are listed) but also on the product page (when you open the product).
By the way, how could I make the grid in the last picture have rounded corners?
Thanks
Hello @anton,
We kindly ask that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After clearing your browser cache, please check back to your site.
.etheme-product-grid-image img {
border-radius: 10px !important;
}
.woocommerce-product-gallery__image {
border-radius: 10px !important;
}
@media (min-width: 993px)
.woocommerce-product-gallery.images-wrapper {
border-radius: 10px !important;
}
.content-product .product-content-image img {
border-radius: 10px !important;
}
.products-bordered-layout.with-ajax .ajax-content>div, .products-bordered-layout:not(.with-ajax)>div {
border-radius: 10px !important;
}
.products-bordered-layout.with-ajax .ajax-content, .products-bordered-layout:not(.with-ajax) {
border-radius: 10px !important;
}
Best Regards,
8Theme’s Team
Tagged: create, make, product image, rounded corners, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up