Shopify themes, liquid, logos, and UX
I created my own images using photoshop and resized all of them. But when i try to add these image into different design elements, They keep leave gray border around them. Examples are below. And my site name is wheelweightsmachine.com
Im looking for the replays, thanks.
Solved! Go to the solution
This is an accepted solution.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border: none;
}
This is an accepted solution.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: none;
}
This is an accepted solution.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
@media screen and (max-width: 767px){
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border: none;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: none;
}
}
For quick response - Message Me
Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".
write this code in your custom css section
This is an accepted solution.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border: none;
}
Thank you sir, it solved the problem at the main page but at the product page same problem keeps going which is shown at the last photo from my question.
This is an accepted solution.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: none;
}
It solved, im really appreciated for all your helps. How to apply same things for the mobile page?
Things i said solved above for the desktop appearance, for the mobile appearance no problem has solved mentioned at question.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
@media screen and (min-width: 767px){
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border: none;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: none;
}
}
it didn't work for me this time
This is an accepted solution.
Hello @MYILDIZ
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
@media screen and (max-width: 767px){
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border: none;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: none;
}
}
My problems are done. Thank you for all your supports sir, you really helped me here. Have a good day.
User | RANK |
---|---|
204 | |
172 | |
80 | |
58 | |
48 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023