Replies: 0
Hello,
i’m posting different questions in different topics so everything to avoid confusion.
I have this contact form but I would like to make some style on it like the text fields in a lighter color and changing the color of the font.
The <div> code was a suggestion that worked out in order to make a style for the button and create the rounded look to the fields.
How can i do that?
<div class=”form-flat”>
<label>Your Name (required)</label>
[text* your-name]
<label>Your Email (required)</label>
[email* your-email]
<label>Your Message (required)</label>
[textarea your-message]
[submit class:button primary “Submit”]
</div>
Thank you