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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025