Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Change font color of buttons
Tagged: button font color
Hello,
I’m trying to change the font color of buttons to white. This includes CF7 forms. I do not see an option to change font color of buttons to white, so I tried these css codes to no avail.
.fusion-button-text{
color: #FFFFFF;
}
.wpcf7-submit:hover {
color: #FFFFFF;
}
.wpcf7-submit {
width: 90px;
margin-top: 34px;
color: #FFFFFF;
}
.fusion-button, .button-default, .button-large {
color: #FFFFFF;
}