• Hi,

    I just realized that Radio & Checkbox buttons look better on Firefox than on Google Chome. On Chrome, thair background seem to be transparent. That way, they are less visible.

    Checkbox example (but it’s the same with radio). To see what I mean, of course, you need to view the page on both Firefox & Google Chrome
    https://fr.hpo-lab.org/participer/soutenez-nous/parrainer/

    No big deal but it’d be nice if their appearance on G Chrome was fixed some day.

    Apart from that, I have used FS Contact Form for 5 years and it keeps being one of the best form plugins around. I highly recommend.
    Thanks!
    Fran

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, you might like to test one of WordPress default themes like Twenty Fifteen or Sixteen? This is just testing purposes. Sometimes themes don’t play well with plugins.

    You might also like to try the following solution.

    This solution was posted in the forum by Remote Tech. A solution by Solostream theme found in the theme forum. This might work or might not work with your theme. Test before applying the following fix. This needs to be applied as a custom code either through your child theme or in a custom code plugin or theme.

    /* -- Radio Button Fix -- */
    input[type="checkbox"] {-webkit-appearance: checkbox;}
    input[type="radio"] {-webkit-appearance: radio;}
    input[type="submit"], input[type="button"] {-webkit-appearance: button;}
    select {-webkit-appearance:textfield;}

    Let me know if the above helps you.

    Kind regards

    Thread Starter fran330

    (@fran330)

    Thanks for your reply, mbrsolution

    I tried with theme Twenty Ten. The problem is the same.

    I use a child theme so I could add the code you gave and see how it goes.

    Questions:
    Should I add that piece of code in some existing file? If so, which file?

    Or should I make a new file just for this code? In this case, what should I name the file and what should be its extension?

    Thanks in advance,
    Fran

    Hi, that code should be added to your CSS file in your child theme. Let me know how you go.

    Regards.

    Thread Starter fran330

    (@fran330)

    Nope, it doesn’t work. Not with my Divi theme, nor with Twenty Ten.

    Thanks for trying to help though ??

    You are most welcome ??

    The plugin developer will investigate further this issue.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Radio & Checkbox buttons not great on Chrome’ is closed to new replies.