Quantcast
Viewing latest article 22
Browse Latest Browse All 25

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

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 latest article 22
Browse Latest Browse All 25

Trending Articles