Archived topic
Remove Shadow effect from the top
1 reply · Started by Sanu Kumar on August 17, 2021
Viewing posts 1–2 of 2
I am using this CSS for the shadow effect in the header.
body:not(.home) .site-header, body:not(.home) #mobile-header .inside-navigation {
box-shadow: 0 0 20px 0 rgb(38 50 56 / 25%);
}
But I don't want the effect at the top. (I only want it at the bottom).
How can I remove this?
Hi there,
The theme doesn't control how box-shadow work.
You can use a service like this to tweak your box-shadow effect:
https://www.cssmatic.com/box-shadow
More info here as well:
https://css-tricks.com/almanac/properties/b/box-shadow/
Hope this helps.
This archived topic is closed to new replies.
