Shopify themes, liquid, logos, and UX
Hi there,
I applied a code to have rounded corners across all images however I need it to not work on 1 particular image, see below. I used below code but this did not work.
Any guidance on this is much appreciated 🙂
feature-image-template--24072017936666__ss_feature_28_ectTdN {
border radius: 0px !important;
}
passw: chaos
Solved! Go to the solution
This is an accepted solution.
Hello @INFRA
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> base.bundle.css
add this code at the end of the file and save.
img {
border-radius: 0rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
.feature-image-template--24072017936666__ss_feature_28_ectTdN img {
border-radius: unset !important;
}
This is an accepted solution.
Hello @INFRA
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> base.bundle.css
add this code at the end of the file and save.
img {
border-radius: 0rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @INFRA
You can follow this instruction:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
img {
border-radius: 0px !important;
}
I hope it helps.
Best regards,
Liz
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025