theater61
Member
Posted 4 months ago #
I tride using what i thought to be the appropriate language added to the "CSS clases" area of each section of the form but it completely did not obey my commands...
I desire to add a border around the form fields which should be simple.
the the CSS class field I added
" p { border: 5px solid black; }"
I tried several different scenarios of CSS language to no effect...
Would love some help: Thak you in advance:
http://rightonweekly.com/contact/
http://wordpress.org/extend/plugins/visual-form-builder/
Hey,
CSS classes don't work that way. What you want to do is add a word like addborder to the CSS class field. Then, in your style.css you can target it with something like this: .addborder{border:solide 1px black;}
Or, you can go into your style.css and delete the line border:medium none; line.
* {
border: medium none;
margin: 0;
outline: 0 none;
padding: 0;
}
Hope that helps.
theater61
Member
Posted 4 months ago #
Thank you!! Yes it helps greatly!
theater61
Member
Posted 4 months ago #
well not really resolved because it failed to work!