Hello,
how i can disable the shadow on sticky header?
I need a transparent sticky header.
I see this code, but cannot change it:
#header.sticky-on>[class*=header-wrapper]>.sticky:last-of-type, #header.sticky>[class*=header-wrapper]>.sticky-on:last-of-type>div {
-webkit-box-shadow: 2px 0 12px 0 rgb(0 0 0 / 15%);
box-shadow: 2px 0 12px 0 rgb(0 0 0 / 15%);
}
i also have try to create with .sticky-on . header-main
regards
Patrick