Shopify themes, liquid, logos, and UX
Hello guys, I recently used a code to make my collages images linkable, but the code removed the round corners. Does anyone know how to fix it? I can control the radius on theme settings, but I can't see this change the images corners.
Thx!
Solved! Go to the solution
This is an accepted solution.
Hi @rodrigosens,
Please change code:
.collage-card .media {
border-radius: var(--buttons-radius) !important;
}
Hi @rodrigosens,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.collage-card .media {
border-radius: 2rem !important;
}
Hope it helps!
Hey! Thx for the code!
It worked, but I still can't control the corner radius through the "media container" in the theme settings as I could before.
This is an accepted solution.
Hi @rodrigosens,
Please change code:
.collage-card .media {
border-radius: var(--buttons-radius) !important;
}
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024