- This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago by .
Contact Form Font Change
You must be logged in to reply to this topic.
Hello, I would like to change the color of the text and icons in the Contact Form section of a site I’m working on. That section does not seem to allow for easy customization, the font color being tied to the general theme typography settings and not giving the option for html. I assume I need to do something with the custom CSS class but am not sure what exactly. Please help!
Hello,
Yes you can use some simple CSS code for that.
.contact {
color: #fff;
}
Paste that code into the Custom CSS field in the Custom Code section of Parallel Options Panel.
You must be logged in to reply to this topic.