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:
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:
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!
@dannyelo Hello, 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;
}