tommyosheawebdesign

Sticky Elementor Header

May 4th, 2022 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. selector.elementor-sticky--effects{
  2.  
  3.    background-color: rgba(133,130,255,0.5)!important
  4.  
  5. }
  6.  
  7.  
  8.  
  9. selector{
  10.  
  11.    transition: background-color 4s ease !important;
  12.  
  13. }
  14.  
  15.  
  16.  
  17. selector.elementor-sticky--effects >.elementor-container{
  18.  
  19.    min-height: 80px;
  20.  
  21. }
  22.  
  23.  
  24.  
  25. selector > .elementor-container{
  26.  
  27.    transition: min-height 1s ease !important;
  28.  
  29. }
Add Comment
Please, Sign In to add comment