Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Make Sticky Header Blurry and Transparent */
- .jeg_header_sticky .jeg_stickybar {
- backdrop-filter: saturate(180%) blur(20px); /* Blurry */
- background: rgba(255,255,255,0.7); /* White Opacity 70% */
- }
- /* For Mobile */
- .jeg_navbar_mobile {
- background:unset;
- }
- .jeg_navbar_mobile .jeg_mobile_bottombar {
- backdrop-filter: saturate(180%) blur(20px); /* Blurry */
- background: rgba(0,0,0,0.1); /* Black Opacity 10% */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement