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!
Add custom CSS to the Formidable styles. Something like:
.frm_color_block{
background-color: #999999;
}
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!
Hi
.frm_color_block{ background-color: #A43333; } does not create colour in BUILD mode. Is the syntax correct?
Please login or Register to submit your answer