Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sribishal,

    I hope you are doing well.

    I have checked your website. Since we don’t have this control to disable or change the colour of the Required Field, you can use this Custom CSS given below –

    To disable the Required Field –

    .gform_wrapper .gfield_required {
        display: none!important;
    }

    To Change the colour of Required Field –

    .gform_wrapper .gfield_required {
        color: #000000!important;
    }

    FYI – You can change the hex colour code here as you need.

    I hope it helps. Let me know how it goes.

    Thank you!

    Hello @sribishal,

    Greetings. I hope you are doing well.

    I haven’t heard from you since then. So, I was wondering if your issue has been resolved or not. Please let us know. I wish you a good day.

    Thank you!

    Thread Starter sribishal

    (@sribishal)

    Hi, @onlykawshar you are great using your CSS really worked for me. Sorry for the late reply.

    Thread Starter sribishal

    (@sribishal)

    Hi @onlykawshar, one more thing on this page you can see a Form, how can I disable the Error msg? For better understanding, I have shared a link with the image.

    IMG link/// https://www.yogile.com/185kbcd6xpu#21t
    Form page/// https://demo.der-content-coach.com/content-schulungen/

    I hope you help me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gravity forms (Required Field Indicator) color not changing’ is closed to new replies.