Hi,
I would like to change all of the corners to 6.4px border radius but not sure how to achieve this.
URL: www.atmos.art
I tried adding this into the css section for this app but it didn’t work.
.img {
border-radius: 6.4px
}
Please advise.
Hi,
I would like to change all of the corners to 6.4px border radius but not sure how to achieve this.
URL: www.atmos.art
I tried adding this into the css section for this app but it didn’t work.
.img {
border-radius: 6.4px
}
Please advise.
@atmos-art Can you please share this page link?
Hi, I forgot to include it in the post. Here you go URL: www.atmos.art
Hi @atmos-art
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi, this doesn’t work for me unfortunately.
Try this code
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
@atmos-art please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.robin-pro-image-gallery a.robin-pro-thumbnail-link img {border-radius: 20px !important;}
Hi this semi-works. It changes the border radius of the corners but the hover overlay still has a 0px radius. Do you know how to make this the same?
Hi, that worked great and solved the overlay issue I was having with the other code provided. Thank you!
@atmos-art - I think other code has helped you to solve this issue
That’s right. Thank you so much for helping though! I appreciate it.