Quantcast
Channel: XYZScripts - Knowledge Base » Contact Form Manager
Viewing all articles
Browse latest Browse all 25

How can I change the background color of the fields in contact form manager plugin?

$
0
0
You can place a css class in the form content at the beginning of the form (in the HTML section) like given below. <style type=”text/css”> .xyz_cfm_style { background-color : white; } </style> (Note: If you are copy-paste the above code, please change the quotes “” in style type=”text/css”. The quotes in the content is different […]

Viewing all articles
Browse latest Browse all 25

Trending Articles