A space to discuss online store customization, theme development, and Liquid templating.
In the Dawn them when you turn on the gradient color background, there is a colored line around the image, how can I disable that border line? Thanks
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:
.image-with-text .global-media-settings {
border: 0;
}
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
thank you
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:
.image-with-text .global-media-settings {
border: 0;
}
Thank you, works perfectly, for the Dawn them, the CSS file is actually called base.css. I pasted it there, all good now. 🙂
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
Hey, so I have a question. How can I make several texts on an image clickable?
@kivokivo Can you please share your store URL?