Currently I'm using this
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
but on specific size of screen I don't want box-shadow.
How can i override to disable the shadow?
The box-shadow styles are used to pay attention to the content. Primer CSS Box Shadow Remove style is mainly used to remove the box-shadow. To remove the box-shadow, we will add an additional class . box-shadow-none.
Use the box-shadow Property to Set the Bottom Box Shadow in CSS. We can use the box-shadow property to set the shadow only at the bottom of the box. The box-shadow property sets the shadow of the selected element.
Use CSS3:: Media Queries to create style based on the screen resolution. And use
box-shadow: none;
To disable the shadow.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With