Kindly look at the checkout page’s mandatory fields with red asterisks and dots underneath – Please assist me remove those red dots.
I understand you need help with removing the red dots that appear under the mandatory fields on your checkout page. These dots usually mark the required fields in the form.
To get rid of them, you’ll have to tweak your website’s CSS. Here’s a simple guide to help you out:
Head over to your WordPress dashboard.
Go to Appearance > Customize > Additional CSS.
Insert the following code:
.woocommerce form .form-row .required {
visibility: hidden;
}
This code will make the red dots on the checkout page’s mandatory fields disappear.
Once you’ve added the code, remember to hit the ‘Publish‘ button to save your changes. Then, clear your browser cache and give your checkout page a refresh to see if the red dots are gone.
If they’re still there, could you give us a bit more information? Screenshots of the red dots you’re trying to remove would be really helpful. This will allow us to get a better grasp of the problem and offer a more precise solution.
I hope this helps! Feel free to reach out if you have any more questions!
I’m thrilled to hear that the solution worked for you! It’s always a pleasure to help out and make your experience with WooCommerce better.
Thank you for your kind words, they really mean a lot to us.
I’ll go ahead and mark this thread as resolved. However, if you ever have more questions or issues in the future, don’t hesitate to kick off a new topic.