Title: Styling options not working
Last modified: November 16, 2023

---

# Styling options not working

 *  Resolved [jubzh](https://wordpress.org/support/users/jubzh/)
 * (@jubzh)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/styling-options-not-working/)
 * Hello,
 * I can’t find a way to make styling options work on my website, on the page you
   can see a radio field which I configured with a white background and border with
   a size of 25px but none of this is applied. I already tried to disable caching
   plugins without success… I also tried to add custom css rules to my child theme
   but they only work on desktop, they cannot be seen on mobile devices.
 * Can you help me please ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-options-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Jair – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport15/)
 * (@wpmudevsupport15)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/styling-options-not-working/#post-17207899)
 * Hi [@jubzh](https://wordpress.org/support/users/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](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](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](https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export)
 * After exporting, please share the code using a services such as [https://pastebin.com](https://pastebin.com)
   or [https://justpaste.it/](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](https://wordpress.org/support/users/jubzh/)
 * (@jubzh)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/styling-options-not-working/#post-17209948)
 * 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 :
 *     ```wp-block-code
       .forminator-field .forminator-radio .forminator-radio-image span {
           width: 25px !important;
           height: 25px !important;
       }
       .forminator-radio .forminator-radio-image {
            border: none !important;
       }
       ```
   
 *  Plugin Support [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/styling-options-not-working/#post-17213588)
 * Hello [@jubzh](https://wordpress.org/support/users/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
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/styling-options-not-working/#post-17233581)
 * Hi [@jubzh](https://wordpress.org/support/users/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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Styling options not working’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/styling-options-not-working/#post-17233581)
 * Status: resolved