Advertisement
s-sols

Untitled

Feb 20th, 2025
375
0
29 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.07 KB | None | 0 0
  1. body:is(.seraph-accel-js-lzl-ing, .seraph-accel-js-lzl-ing-ani) .elementor-location-header[data-elementor-type="header"] .elementor-element.header-mobile.animated.fadeInDown {
  2.     animation: none !important;
  3.     background-color: transparent !important;
  4.     transition: none !important;
  5.     z-index: 1;
  6. }
  7.  
  8. body .elementor-location-header[data-elementor-type="header"] .fadeInDown .elementor-motion-effects-container .elementor-motion-effects-layer {
  9.     transition: none !important;
  10. }
  11.  
  12. body .elementor-location-header[data-elementor-type="header"] .fadeInDown .elementor-motion-effects-container .elementor-motion-effects-layer[style*="opacity: 0;"] {
  13.     opacity: 0 !important;
  14.     transition: none !important;
  15.     background-color: transparent !important;
  16. }
  17.  
  18. body:is(.seraph-accel-js-lzl-ing, .seraph-accel-js-lzl-ing-ani) .elementor-location-header[data-elementor-type="header"] .fadeInDown:not(.elementor-sticky--active) .elementor-motion-effects-container .elementor-motion-effects-layer {
  19.     opacity: 0 !important;
  20.     transition: none !important;
  21.     background-color: transparent !important;
  22. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement