How to change corner radius on the images on Robin Pro Gallery?

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

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

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!

1 Like

@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!

2 Likes

@atmos-art - I think other code has helped you to solve this issue

1 Like

That’s right. Thank you so much for helping though! I appreciate it.