Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created February 12, 2021 09:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpacademy/cb2fcfb2f18c93174ea50ee519798d5f to your computer and use it in GitHub Desktop.
Save wpacademy/cb2fcfb2f18c93174ea50ee519798d5f to your computer and use it in GitHub Desktop.
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