Hi there,
I am trying to remove the slight gray drop shadow that appears on my text in the hero image of my debut theme. I've seen lots of posts asking how to add this, but mine was already there! and unwanted. Anyone have an answer to this?
See attached image. See the grayish ring around the letters?
Thanks!
Mike
Thanks @mgb4
Welcome to the Shopify community!
Please share your site URL,
So I will check and provide a solution here.
Hello!
For anyone who needs the solution:
Go to edit code, theme.css in your asset folder. Search "shadow" and go to section titled "Hero and slideshow headers" change "text-shadow" values to none.
it should look like this:
/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
color: var(--color-overlay-title-text); }
.hero .mega-title, .hero
.mega-subtitle {
text-shadow: none; }
@media only screen and (min-width: 750px) {
.mega-title,
.mega-subtitle {
text-shadow: none; } }
User | Count |
---|---|
391 | |
203 | |
144 | |
46 | |
42 |