Custom Links buttons for Login / Register
-
Dear all,
Please need some assistance to “css custom” the links buttons “Log in” and “Register”
I would like to :
– change the links
– change the appearanceThis is what appear in the inspection console:
div class=”bbwptw-login-register-links”
<p>
Log in
/
Register</p></div>Appearance that i want:
.button {
background:#2942aa;
border-radius:30px
}
.button:hover {
background-color: #208aae; }
- You must be logged in to reply to this topic.