worked perfectly, thank you!!
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.liquidfile 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