Shopify themes, liquid, logos, and UX
Hello
I have tried several codes but nothing works so i will ask the specialists here, just a simple rounding on images since im tired of the sqares boxes.
Link to my site:
Solved! Go to the solution
This is an accepted solution.
Hey,
Go to Online store > theme > actions > edit code.
Find assets folder > component-card.css file.
At the bottom of the file copy and paste this code.
.card .card__inner .card__media {
border-radius: 15px;
}
Result:
I want to recommend change the background to white, so the design is more clean.
Look:
Hope it helps!
This is an accepted solution.
Also product info centered looks nice.
This is an accepted solution.
Hey,
Go to Online store > theme > actions > edit code.
Find assets folder > component-card.css file.
At the bottom of the file copy and paste this code.
.card .card__inner .card__media {
border-radius: 15px;
}
Result:
I want to recommend change the background to white, so the design is more clean.
Look:
Hope it helps!
This is an accepted solution.
Also product info centered looks nice.
@dannyeloHello, the round corners works like a charm, it looks pretty good too. 🙂
Big thank u, do you have a code for center the text under the products as you showed here? 🙂
Hey,
I'm glad it worked!
The code to center the text is this one.
Add to the bottom of base.css file.
.card__information, .card-information {
text-align: center;
}
Here is the quick solution to make your images rounded:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025