Is it possible to hide red 'star' or 'asterisk' in required questions?

  • igrzysk
    Asked on July 5, 2015 at 11:50 AM

    Hello, 

    Is there a way to not show the stars in the required questions?

     

    Best!

  • Jan
    Replied on July 5, 2015 at 12:12 PM

    Yes, it is possible. Please insert this custom CSS code:

    .form-required { display: none !important; }

    Here's a guide on how to inject custom CSS. Hope this helps. Thank you.