Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created March 29, 2020 11:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpacademy/8e66b04d5164a92ce2eb8386af1b64e7 to your computer and use it in GitHub Desktop.
Save wpacademy/8e66b04d5164a92ce2eb8386af1b64e7 to your computer and use it in GitHub Desktop.
.wpac-custom-form ul.tml-links {
display: none;
}
.wpac-custom-login .elementor-section-wrap {
text-align: center;
}
.wpac-custom-form .tml .tml-field {
border: none;
border-bottom: 3px solid #dddddd;
background: transparent;
font-size: 20px;
text-align: center;
}
.wpac-custom-form .tml .tml-field:focus {
outline: none !important;
border-color: #280b54 !important;
}
.wpac-custom-login .elementor-tabs-wrapper {
text-align: center;
}
.wpac-custom-login .elementor-tab-desktop-title {
display: inline-block !important;
border-radius: 5px 5px 0 0;
}
.wpac-custom-form .tml-button {
border-radius: 0;
padding: 15px 40px;
min-width: 250px;
background: #280b54;
font-size: 18px;
transition: 0.5s all;
}
.wpac-custom-form .tml-button:hover {
background: #D70E64;
}
@daksh-387
Copy link

thanks ......nice

@drey4
Copy link

drey4 commented Nov 16, 2021

Nice thanks

@gguzzman
Copy link

gguzzman commented Dec 1, 2021

Thanks!!! nice

@MithunSidhaarth
Copy link

Good Work brother

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment