This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
We are trying to arrange for our contact form font sizes to be consistent with the size of the checkbox items.
With the testimonials slider at the bottom, how can we change the font as it looks a bit on the harsh side.
With the Contact form submit button, how can we change the background colour as you can’t see it.
screenshots are in the private content.
Hope you can help please. Kind Regards, Su.
Hello,
Add these codes in Custom css for this page:
1.
.wpcf7-form label {
font-size: 1.14rem;
}
2.
.testimonials-slider blockquote {
font-style: normal !important;
text-transform: none;
}
3.
input.wpcf7-form-control.wpcf7-submit {
background-color: grey;
color: white;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: black;
}
Regards
Hi Rose,
Many thanks.
Could you please take a look at the screenshot in private content. We’ve copied across as you requested, however there are some comments as highlighted.
Hope you can help.
Add code in http://prntscr.com/gqnm0q and ignore these notices.
Regards
You must be logged in to reply to this topic.Log in/Sign up