Thank you so much @ThePrimeWeb
Topic summary
A user needed help reverting their collection list images from round back to square shape on their store’s homepage banner area.
Solution provided:
- Locate the
base.cssfile - Remove or modify a specific border-radius property
- Change the value from
1000pxto0px(this controls the roundness)
Outcome:
The issue was resolved successfully. The user had previously applied custom CSS to create rounded images but couldn’t recall how to reverse it. The fix involves adjusting the border-radius value that controls image shape.