A user wanted to round the corners of collapsible content sections on their Shopify store (using the Taste theme) to match the styling of buttons below them.
Initial Solution:
Adding CSS code to the base.css file successfully rounded the collapsible content corners using border-radius: 50px !important;
Extended Request:
The user asked to apply rounded corners to all other sections (banner images, multicolumns, shop collections, product photos, image text, email sign-up, footer)
Each section requires separate CSS code because they have unique classes and IDs
Final Solution Provided:
CSS snippets targeting multiple sections:
.collapsible-content__media with overflow hidden
.multicolumn-card and .content-container classes
The solution was confirmed working. Screenshots were shared showing the before/after results and code implementation.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
I was wondering if I could round out the corners of my collapsible content section to make it look more like the button underneath it. They are rectangles right now
Could I also ask if it’s possible to do the same with all other sections? i.e., banner image text, multicolumns, shop collections and product photos, image text, email sign-up page and email in footer?