My problems were solved at this post https://community.shopify.com/topic/2243326
But, Grey line is occured after i changed the photo on product banner. You can see at the photo below. How can i solve this.
Thanks in advance.
My problems were solved at this post https://community.shopify.com/topic/2243326
But, Grey line is occured after i changed the photo on product banner. You can see at the photo below. How can i solve this.
Thanks in advance.
@MYILDIZ ,Check the CSS of taht particulat div and if there is any box shadow related property are there then comment it or add like below CSS to override it.
box-shadow:none;
@MYILDIZ , Could you please share your store URL? SO can check and guide you accordingly.
Hey @MYILDIZ
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you sir, its solved.
@MYILDIZ got it.
Please add the below line of CSS at the end of your base.css file.
.global-media-settings.media{
border:0;
}
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.