I am trying to remove the box-shadow from the searchbar through css but it’s not working like this:
.searchbar-input {
box-shadow: none !important;
}
but it doesn’t work.
However if I edit it directly by inspecting the website it works as expected:
Any idea on how to do this?
Thanks.