I’m trying to round the corners on the images in my collage block. In the settings the ‘Desktop rounded image radius’ goes from 2px to 40px, but when I move this slider I see no change on the site.
There is no ‘media’ section in the theme settings, and when I’ve tweaked the liquid code it doesn’t seem to change anything.
If the “Desktop rounded image radius” slider (2px to 40px) isn’t working, it might be a theme glitch or CSS override.
First, , double-check that you’re saving and previewing the changes live. Since tweaking the Liquid code didn’t help and there’s no “media” section, try adding custom CSS instead: go to Online Store > Themes > Customize > Theme Settings > Custom CSS, and pop in something like .collage-card img { border-radius: 20px !important; } and adjust the pixel value to your liking.