Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Does anyone know how to change the thin keyline around the 'media with text' section?
There is an option to change the colour of 'borders & lines' in the theme settings but that will change the colour throughout the site which I don't want. I just want to specifically change the colour in the mentioned section in picture attached.
Share Site Preview Link
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-raj.s.webdeveloper@gmail.com OR My Site:-Link
Add This css in your Edit Code > Base.css
.media-with-text {
box-shadow: none !important;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-raj.s.webdeveloper@gmail.com OR My Site:-Link
Hello @gav_coutts ,
Could you kindly provide the URL of your store? If it is password protected, please also share the password accordingly.
Hello @gav_coutts ,
Here is the code you can try. I hope it useful- Go to the Online Store-> Theme-> Edit code-> Assets> base.css -> Add code at the bottom.
.media-with-text.color-background-1 {
box-shadow: none;
}
That has worked. Thanks you're a lifesaver.