Forums

Visual Form Builder
Want a border around fields ... can someone telk me through this ? (4 posts)

  1. 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/

  2. Matthew Muro
    Member
    Posted 4 months ago #

    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.

  3. theater61
    Member
    Posted 4 months ago #

    Thank you!! Yes it helps greatly!

  4. theater61
    Member
    Posted 4 months ago #

    well not really resolved because it failed to work!

Reply

You must log in to post.

About this Plugin

About this Topic