Hi!
I would like to add rounded corners to the product divs for my website. I’m using paid template called baseline. Where do I input the code (with mobile responsiveness)?
My website is:
password: justwack03
Hi!
I would like to add rounded corners to the product divs for my website. I’m using paid template called baseline. Where do I input the code (with mobile responsiveness)?
My website is:
password: justwack03
.w-full {
width: 100%;
border-radius: 50px !important;
}
@niwa00 Try this code.
Hi!
How do I make sure that the border is still applied when it hovers to the second product image?
@Zworthkey Hi! It works but the rounded corners disappear when we hover to the second image. How do I make sure it stays during hover?
.w-full:hover {
width: 100%;
border-radius: 50px !important;
}
Add this
@Zworthkey I added the code but it does not show the rounded corner at hover (see picture)
@Zworthkey Hi! The rounded corners did not show on hover. Do you know how to adjust this?
Please add the following CSS code to your assets/theme.min.css bottom of the file.
.product-item-hover{width: 100%;border-radius: 20px !important;}
Thanks!
Do you know how to round corners for the Palo Alto theme?