CF7 font colors
-
Hi everyone,
this is the code of mt CF7Font color #a81010
Button SEND color and hover are blue and red.
I would like to have the Font color of that button SEND white. But I do not know how to change that color because I needed to force the form color with an !important; tag.
Any idea?
/* Contact form */
.wpcf7 input,
#top input[type=”text”],
#top input[type=”email”],
#top textarea, #top select
{
border-radius: 20px !important;
padding-bottom: 12px;
padding-top: 12px;
}/* Contact form colori del font */
.wpcf7 input,
#top .input-text, #top input[type=”text”],
#top input[type=”email”],
#top textarea, #top select
{
color: #a81010 !important;
}/* Contact form colori del tasto Invia */
input.wpcf7-form-control.wpcf7-submit:hover
{
background-color: #090b38;
}input.wpcf7-form-control.wpcf7-submit
{
background-color: #a81010;
}Regards,
Marco
- The topic ‘CF7 font colors’ is closed to new replies.