Changing a pre-loaded template
-
I am attempting to learn how to use this plugin. I have read through the previous questions and answers, but I am having problems getting a task done.
Is it possible to change the color of the input boxes on Template 8, so that it is easier to see where to enter in the inputs? For instance, white?
I have looked through the style.css file. I have changed some things hesitantly in there, but nothing ever changes. I am assuming I would need to change it in here. I “think” I saw where to change it, but I am not sure how to change it, or even if this is correct.
{
background: transparent;
border: none;
border-bottom: 1px dashed #83A4C5;
outline: none;
padding: 0px 0px 5px 0px;
font-style: italic;
}.cp_cff_dark_notebook #fbuilder textarea{
font-style: italic;
padding: 0px 0px 5px 0px;
background: transparent;
outline: none;
border: none;
border-bottom: 1px dashed #83A4C5;
overflow: hidden;
resize:none;
}I was able to change a few things through the CSS input box on the Form Settings, but nothing like I am wanting to do.
The page I need help with: [log in to see the link]
The topic ‘Changing a pre-loaded template’ is closed to new replies.