Hi @jubzh,
I hope you are doing well today!
Have you tried with different Design Style options?
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#design-style
Please also share the custom CSS you have tried. We suggest using Custom CSS section and if it does not help, adding to WordPress Dashboard->Appearance->Customize->Additional CSS section.
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#custom-css
If this does not help, please share an export of the form with us, so that we can check further.
You can find more info on how to export the form here : https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export
After exporting, please share the code using a services such as https://pastebin.com or https://justpaste.it/ which is free to use.
Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.
Kind regards,
Zafer
Thread Starter
jubzh
(@jubzh)
Hello,
Thank you for your answer.
I have tried several option to style my form, some work, other don’t, I don’t understand why…
I’ve managed to write some working css rules to compensate options that doesn’t work but I gave up on changing the background color.
Here’s my code :
.forminator-field .forminator-radio .forminator-radio-image span {
width: 25px !important;
height: 25px !important;
}
.forminator-radio .forminator-radio-image {
border: none !important;
}
Hello @jubzh,
Please check if adding the following rules helps:
.forminator-radio .forminator-radio-image {
border-color: none !important;
background-color: none !important;
}
If there’s still any issue, you can share the exported form file with us via Google Drive, Pastebin, Dropbox, or a similar service. Our techs will be happy to check it and help with changing the colors.
Best Regards,
Dmytro
Hi @jubzh ,
Seems that CSS worked for you so I will mark this as resolved.
If not, please re-open this topic and remember about the exported form.
kind regards,
Kasia