Skip to content

Instantly share code, notes, and snippets.

@imranhoshain
Created February 24, 2020 11:24
Show Gist options
  • Select an option

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

Select an option

Save imranhoshain/1135cb2d20316d0bad6a3e5580469696 to your computer and use it in GitHub Desktop.
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
background-color: #fff;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:hover {
background-color: #333;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects nav ul li a {
color: #333 !important;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:hover nav ul li a {
color: #fff !important;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:hover nav ul li a:hover {
color: #8D9199 !important;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .sticky-logo .elementor-image img {
filter: brightness( 0% ) contrast( 150% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ) !important;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:hover .sticky-logo .elementor-image img {
filter: unset !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment