Hello, how can I remove the shadow behind the logo in header and footer? i tried adding this css but did not worked.
/* Αφαίρεση σκιάς από το λογότυπο */
.site-header,
.site-header .custom-logo-link img {
box-shadow: none !important;
-webkit-box-shadow: none !important;
border: none !important;
}