Change color of fields with css class frm_color_block

By: Juergen Plessing | Asked: 10/20/2022
ForumsCategory: General questionsChange color of fields with css class frm_color_block
Juergen Plessing asked 2 years ago
Hi Everyone, could someone let me know how to change the color of fields with the css class frm_color_block, please?  Wasn't successful with the support pages.  Thank you!
Attachments
1 Answers
Best Answer
Bobby Clapp answered 2 years ago

Add custom CSS to the Formidable styles. Something like:

.frm_color_block{
background-color: #999999;
}

Juergen Plessing replied 2 years ago

Hey Bobby,
Thanks a bunch. Once I looked in the CUSTOM CSS tab I found the code already with a color defined.

That was actually pretty easy to do.

Thanks from Germany!

Bård Krogshus replied 5 months ago

Hi

.frm_color_block{ background-color: #A43333; } does not create colour in BUILD mode. Is the syntax correct?

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right