Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mohsinworld/f07d33c1b3e7fa35178e36276477d96c to your computer and use it in GitHub Desktop.

Select an option

Save mohsinworld/f07d33c1b3e7fa35178e36276477d96c to your computer and use it in GitHub Desktop.
This code should add in Elementor cutom CSS & logoimage should add into custom CSS classes box
.logoimage {
max-width: 180px;
width: 180px;
transition: 0.5s all ease-in-out;
}
.elementor-sticky--effects .logoimage {
max-width: 90px;
width: 90px;
transition: 0.5s all ease-in-out;
}
Astra Free Themes: Just add this code into custom CSS
/* sticky header for transparent header version */
.main-header-bar {
top: 0;
position: fixed;
width: 100%!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment