Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter theater61

    (@theater61)

    Thank you!! Yes it helps greatly!

    Thread Starter theater61

    (@theater61)

    well not really resolved because it failed to work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Visual Form Builder] Want a border around fields … can someone telk me through this ?’ is closed to new replies.