• Resolved jubzh

    (@jubzh)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    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;
    }
    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Styling options not working’ is closed to new replies.