Shopify themes, liquid, logos, and UX
Website : whynotcity.com pass lahyoo
Hi , can anybody knows how to remove the frame surrounding product image ?
Hello @Whynot102
.global-media-settings {
border: 0px !important;
}
result
Thanks
Hi @Whynot102
You can follow the instruction here :
1. Go to Shopify > Online store > theme > customize
2. Click to Settings > Custom CSS > Paste this code to the section and save.
.product-media-container {
border: none !important;
}
Hi @Whynot102
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file
.global-media-settings {
border: none !important;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hello, @Whynot102
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
.global-media-settings.gradient {
border: none;
}
Thanks!
Hello @Whynot102 ,
Here are the steps to apply the necessary changes in your Shopify store:
body .global-media-settings {
border: none !important;
}
Let me know if you need further assistance!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024