CSS Edits
I am a rookie when it comes to website design. So when I get a request on my form to increase the size and color of the input text (text put into a text control) I don't know where to begin.
One thing I did do was to look it up in the Frevvo Docs pages. I was able to educate myself on the CSS files, but I have not been able to understand where to make the changes to a DISABLED text control field. I need to make the font larger and darker so that it can be more easily read.
Can anyone give me some more direction on how to do this?
-
* Download and extract the default Clear theme to a directory folder
* Add following CSS class in the form.css file of the theme (change the font-size and the color as required):.big-font .input { color: blue !important; font-size: 20px; }
* Re-zip all the files (NOT the complete folder) to create the new custom theme
* Upload and apply your custom theme to your form
* Set big-font in the CSS class property of the input control where you want to increase the font sizeSee this documentation where the steps are explained in detail.
0
Please sign in to leave a comment.
Comments
1 comment