• Resolved VisTech Admin

    (@vistech-admin)


    I’m setting up a form but the radio buttons are acting weird. I’ve customised them in the plugin’s theme edit section so that the buttons are styled but the original buttons appear next to them in the form. I’ve tried getting rid of them with CSS:

    input[type=”radio” i] {
    display: none;

    Doing this in inspect element worked but as soon as I used this in CSS it gets rid of everything, text boxes, drop down menus, etc. I hope someone can help me out!

    Thanks in advance!

    (NOTE: I’ve just noticed you won’t be able to see the link as the website is being redone and we can’t allow our traffic to enter yet so I’ve left a link to an image of the problem.)

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Greetings!

    Please try to add this code
    input[type=”radio”]
    {
    display: none;
    }

    Please give this a try and let us know if this helps.

    Thanks, have a nice day!

    Thread Starter VisTech Admin

    (@vistech-admin)

    No, unfortunately it still removes everything else. The only thing that stays is the percentage bar.

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Greetings!

    I am sorry for the inconvenience! Please try to add the below mentioned code.
    .fm-form input[type=”radio”]
    {
    display: none;
    }

    Also, could you please send us the screenshot or the video where you are adding the code?
    Thanks in advance, have a nice day!

    Thread Starter VisTech Admin

    (@vistech-admin)

    Still nothing. Yeah sure, here’s the link: https://photos.google.com/search/_tra_/photo/AF1QipPe-Mo9m1986wK2HqXSLfkEzb8EU-M33OMWwUPd

    I’ll try the theme’s CSS section instead of Form Maker’s.

    EDIT: Nope, just tried all possible solutions you’ve given in the theme’s CSS section and instead of removing anything it has no effect at all.

    • This reply was modified 6 years, 4 months ago by VisTech Admin.
    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Greetings!

    Please try to add in Appearance / Customize / Additional CSS field.

    If the problem persists, please contact our support team using this form (select “I have a pre-sales question” and the form will appear).

    Please, mention the URL of this forum topic in your message. We will provide a solution as soon as possible and share it here as well.

    Thanks. Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Radio Buttons’ is closed to new replies.