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!
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.
Hi @rodrigosens ,
Please change code:
.collage-card .media {
border-radius: var(--buttons-radius) !important;
}
1 Like
