Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mohsinworld/f07d33c1b3e7fa35178e36276477d96c to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment