Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created February 12, 2021 09:44
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
CSS code for GYM website design tutorial by wpacademy.pk
/*****************************
* CSS Code by WP Academy for
* GYM Website Design Tutorial
* Make sure to use same class names in sections or widgets of elementor.
****************************/
.gymz-header {
transition: 0.5s all;
}
.gymz-header.elementor-sticky--effects {
background: rgba(0,0,0,0.9)
}
@media all and (max-width: 768px) {
.gymz-form input[type="email"] {
border-radius: 50px !important;
border: 2px solid #000 !important;
}
.gymz-form button[type="submit"] {
border-radius: 50px !important;
border: 2px solid #000 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment