php - Remove dots below required stars in Wordpress checkout-form
172
People are also looking for solutions to the problem: php - Configure Wordpress on Azure Cloud Service to connect to Azure MySQL over SSL
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.
Find the answer in similar questions on our website.
Answer
Solution:
The following works fine also in newer Browsers. It seems that firefox and chrome switched
text-decoration
instead ofborder
. So onlyborder: none !important;
is not enough.Answer
Solution:
It's because of the
<abbr>
element - it has dotted border as default style, so try: