Button Colours
-
Loving this plugin-I have found the code in the forums to change the register button to match my theme- what code do i need to change the Login and reset password button to match.
/* Register Colours */
.pieregWrapper #pie_register input[type=”submit”], .piereg_container .submit input[type=”submit”] {
background-color: #000000;
border: 1px solid #097809;
color: #e6a303;
margin: 2px 10px;
line-height: 24px;
padding: 2px 36px;
font-size: 18px;
}
.pieregWrapper #pie_register .fields input[type=”submit”]:hover,
.pieregWrapper .pie_prev:hover,
.pieregWrapper .pie_next:hover {
background: #e2e2e2;
color: #000000;
}The page I need help with: [log in to see the link]
The topic ‘Button Colours’ is closed to new replies.