Skip to content

Instantly share code, notes, and snippets.

@imranhoshain
Created March 31, 2019 06:58
Show Gist options
  • Select an option

  • Save imranhoshain/c2b7a3be08f10582f0183655000ad12a to your computer and use it in GitHub Desktop.

Select an option

Save imranhoshain/c2b7a3be08f10582f0183655000ad12a to your computer and use it in GitHub Desktop.
selector.elementor-sticky--effects{
background-color: rgba(133,130,255,0.5)!important
}
selector{
transition: background-color 4s ease !important;
}
selector.elementor-sticky--effects >.elementor-container{
min-height: 80px;
}
selector > .elementor-container{
transition: min-height 1s ease !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment