This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago ago by PJone
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
Hello,
Try this code
.template-container #header.sticky-on>[class*=header-wrapper]>.sticky:last-of-type, .template-container #header.sticky>[class*=header-wrapper]>.sticky-on:last-of-type>div {
box-shadow: none;
-webkit-box-shadow: none;
}
Regards
Thank you 🙂
The issue related to '‘I need to disable the shadow on sticky header’' has been successfully resolved, and the topic is now closed for further responses