Hello,
My page I’m working on is:
http://bodytalkcare.com/book-your-session-2/
How do I remove ALL the asterisks on that page please?
Thank you
Hi Nathan!
Add this to your custom CSS.
.avia_ajax_form .required {
display: none !important;
}
Best regards,
Elliott
It worked.
Thank you Elliott!