Comments Cameron started the conversationJune 18, 2018 at 10:51pmThe contact form has three options ("Full Name", "Email", and "Your Message"), the "Email" text is smaller than "Full Name" and "Your Message" text. It is more noticeable on mobile. 1,974Support repliedJune 19, 2018 at 6:42amHi CameronYou added this to your custom csshtml, body, .item:first-child .item-title::after, input[type="text"], textarea, #page-counter li, #counter-total { font-size: 18px;}The default font size in CF is 16pxYou can change the font size of Email field also:input[type="email"] { font-size: 18px;}in theme options -> styling options -> custom CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
The contact form has three options ("Full Name", "Email", and "Your Message"), the "Email" text is smaller than "Full Name" and "Your Message" text. It is more noticeable on mobile.
Hi Cameron
You added this to your custom css
html, body, .item:first-child .item-title::after, input[type="text"], textarea, #page-counter li, #counter-total {
font-size: 18px;
}
The default font size in CF is 16px
You can change the font size of Email field also:
input[type="email"] {
font-size: 18px;
}
in theme options -> styling options -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy