Skip to content

Instantly share code, notes, and snippets.

@askwpgirl
Created March 5, 2024 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askwpgirl/8b8a797457305dbd4d3b6c8d1a451b97 to your computer and use it in GitHub Desktop.
Save askwpgirl/8b8a797457305dbd4d3b6c8d1a451b97 to your computer and use it in GitHub Desktop.
Custom Elementor Button Style
/* Custom button style */
.button-white-outline .elementor-button {
border: 1px solid #fff;
color: #fff !important;
background: transparent !important;
}
.button-white-outline .elementor-button:hover {
border: 1px solid #AE5900;
color: #fff !important;
background: #AE5900 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment