Hi, There seems to be a circular shadow on the header that follows while I scroll.
How do i remove this below the header?
my website is
Hi, There seems to be a circular shadow on the header that follows while I scroll.
How do i remove this below the header?
my website is
Hi @Bumjoon ,
Add this CSS in your Edit Code > base.css File
.shopify-section-header-sticky:not(.shopify-section-header-hidden) .header:after {
box-shadow: none !important;
}
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Hi @Bumjoon
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.shopify-section-header-sticky:not(.shopify-section-header-hidden) .header:after {
box-shadow: unset !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly