Blurry header doesn’t work
-
Hello,
recently, when I updated my page design with Elementor my blurry header stopped working properly. For some reason, it works only on the first section, and when I scroll down the blur stops working (header becomes just transparent). How can I fix this?
CSS for blurry header:
.sticky-header { position: fixed; width: 100%; background-color: rgba(0,0,0,0.2)!important; backdrop-filter: saturate(180%) blur(10px); -webkit-backdrop-filter: saturate(180%) blur(10px); }Also, the frosted glass effect doesn’t work anymore…
it is in the 3rd section (“We offer: …” )CSS for frosted glass effect(glassmorphism):
.frosted-glass { background: rgba( 255, 255, 255, 0.1 ); box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba( 255, 255, 255, 0.18 ); }The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Blurry header doesn’t work’ is closed to new replies.