Forums

Visual Form Builder
Removing bullets (14 posts)

  1. alversae
    Member
    Posted 4 months ago #

    Could someone help with what I may do to remove the bullets and spacing leading into each label and field?
    http://ccicourtreporting.com/wp/schedule-a-deposition/

    http://wordpress.org/extend/plugins/visual-form-builder/

  2. Matthew Muro
    Member
    Posted 4 months ago #

    I'm not seeing any bullets.

    Also, it looks like you are misusing the Address block. You should only need one, not four, and it includes Zip Code.

  3. davelopez
    Member
    Posted 4 months ago #

    I'm having the same issue, http://crazyeye.com/contact/.

    What's interesting is that I used this plugin on a clients site and there are no bullet points and the field corners are rounded, http://fetchrecruiting.com/online-reference-form/.

    Thanks.

  4. davelopez
    Member
    Posted 4 months ago #

    Ok, I set the form list to list-style:none;, but I can't find the list code for the Verification section. Can anyone help?

  5. crowesam
    Member
    Posted 4 months ago #

    I have tried adjusting the bullet style for the theme I created using Artisteer and manage to effect some change in the last two items with bullets. I tried making them the color of the background becuse the bullets for right in the middle of my sheet border. Nothing seems to work to be rid of them. Need help.

  6. davelopez
    Member
    Posted 4 months ago #

    I think the list code for the bottom is hardcoded in php because it doesn't seem to react to the changes in the style sheet.

    Can you help us, Matthew. I love the plugin and am very willing to donate. :)

  7. Matthew Muro
    Member
    Posted 4 months ago #

    I'm seeing the following line in your "dynamilk.css" file:

    #content .post ul li, #content .page ul li, .catalyst-widget-area ul li {
        list-style-type: disc;
        margin: 0 0 0 20px;
    }

    Change the list-style there and the bullets will go away.

  8. crowesam
    Member
    Posted 4 months ago #

    I am not having any luck turning the bullets off or changing them at all.
    Theere is no "dynamilk.css" in my theme.

  9. davelopez
    Member
    Posted 4 months ago #

    Thanks, but is there anyway I can control the styles in your css and not affect my style sheet? I need the bullets on my pages just not in your form.

  10. Samuel Aguilera
    Member
    Posted 4 months ago #

    Try to add this to YOUR theme style.css file

    .visual-form-builder li {
    list-style-type: none;
    }

    That would solve the problem for you both.

  11. Matthew Muro
    Member
    Posted 4 months ago #

    In addition to the suggestions already made, please read the FAQ on how to customize the CSS.

  12. crowesam
    Member
    Posted 3 months ago #

    I have tried everything suggested and still have these pesky bullets (see form below).

    Please help.

    http://richmondinkrefills.com/request_a_quote/

  13. websiteperson
    Member
    Posted 3 months ago #

    Crowe,

    list-style: none; needs to be on the li, not the ul ;)

  14. crowesam
    Member
    Posted 2 weeks ago #

    Thank you, websiteperson! :)

Reply

You must log in to post.

About this Plugin

About this Topic