Make corners of all images round

Topic summary

A user successfully implemented rounded corners on homepage images using border-radius: 20px; CSS but needed to apply this styling site-wide across product pages, recommendation sections, and collection pages.

Solution provided:

  • Add CSS code in the theme.liquid file before the </head> tag
  • This applies the rounded corner styling globally across all pages at once

Outcome:

  • The solution worked perfectly and resolved the issue
  • The user confirmed success and thanked the contributor
Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

worked perfectly, thank you!!