Shopify themes, liquid, logos, and UX
Hello,
I need to make the image on the about page have rounded corners, just like all the others ones.
http://sewe.studio
password: tahrti
thx!
Solved! Go to the solution
This is an accepted solution.
Hi @rodrigosens ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
{% if canonical_url contains 'sobre' %}
<style>
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border-radius: 1.4rem;
}
</style>
{% endif %}
Hope my answer will help you.
Best regards,
Victor | PageFly
@rodrigosens add below css into base.css file
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border-radius: 85px;
}
This is an accepted solution.
Hi @rodrigosens ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
{% if canonical_url contains 'sobre' %}
<style>
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border-radius: 1.4rem;
}
</style>
{% endif %}
Hope my answer will help you.
Best regards,
Victor | PageFly
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025