• Resolved eimekaa

    (@eimekaa)


    I created an option on the form where clicking on an option would open other fields.
    Only this field stays in red no matter what changes I make.
    I have used these codes to force it:

    .forminator-label {color: #ffffff;}
    .forminator-description {color: #ffffff;}
    .forminator-link {color: #ffffff;}
    .forminator-textarea {color: #ffffff;}

    But it’s still the same

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @eimekaa

    I hope you’re well today!

    I’m not quite sure what exactly have you don and how such forms work so it’s difficult to give an ultimate solution out of the box but the simplest thing you could try for the start would be to

    – clear all cache on site/server – if there is any cache used – as this most often prevents such CSS changes from being applied

    – add “!important” to your CSS, like this:

    .forminator-label {color: #ffffff!important;}
    .forminator-description {color: #ffffff!important;}
    .forminator-link {color: #ffffff!important;}
    .forminator-textarea {color: #ffffff!important;}

    It’s not particularly “elegant” solution (standards-wise) but worth a try anyway.

    That said, I’m not sure if this will solve the issue. If it doesn’t help, we’d need to see the form. Would you be able to share a direct link to the form in question (on front-end of your site) so we could take a closer look at it?

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @eimekaa ,

    We haven’t heard from you for over a week now, so it looks like you don’t have any more questions for us.
    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

    Thread Starter eimekaa

    (@eimekaa)

    Hi!

    Sorry, I only saw the message now

    I tested the codes and it still didn’t work, I tested a few things too and it’s still the same.

    Here are the prints:`

    https://drive.google.com/drive/folders/17oIT574kf2tn1u3CAvDYBiMLOsYD9m0Q?usp=sharing

    Hi @eimekaa

    If you can share a link to a page with the form on it, and explain what options to enter (if any) to reach the red screen, then someone can provide you with CSS code to change it.

    Hi @eimekaa

    I was able to find your site with some investigation ?????♂?

    Adding this CSS will change the color of the Checkbox Labels

    .forminator-checkbox-label {
        color: white;
    }

    Hope this helped, enjoy!

    Thread Starter eimekaa

    (@eimekaa)

    It worked!
    THANK YOU VERY MUCH!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error link color’ is closed to new replies.