-
AuthorPosts
-
June 4, 2014 at 1:06 pm #52356
I’m having trouble removing the small dotted white lines that appear under a link from a widget I’m using.
Some say it’s a Firefox issue, is this true? If not, I’d love to know what I need to my custom css section to remove those dotted lines.
Sorry I can’t provide a link at the moment. I’m building my site on my machine first so it’s not published right now.
June 4, 2014 at 11:19 pm #52629Hey Cesar,
Can you give us a screenshot of the dotted line? Our demos don’t have the dotted lines.
Thanks.
February 21, 2016 at 8:17 pm #806005Hi, I’ve got the same problem with my linked logo image in my topbar.
URL: http://www.tellasia.org
The code in Customizer-Header-Topbar is:
<br><span style=”color:#990000″>Transforming lives in the most needy areas of the world. </span>
Note that when you mous-over the image a small dotted red line appears through it. How can I get rid of that?
thanks – login info to followFebruary 21, 2016 at 8:17 pm #806008This reply has been marked as private.February 21, 2016 at 11:55 pm #806237Hi Leanna,
To remove it, you can add this under Custom > CSS in the Customizer.
body .x-topbar .p-info a { border: 0; }
Hope that helps.
February 22, 2016 at 12:46 am #806281Great job thank you!
February 22, 2016 at 12:50 am #806289You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Cheers!
-
AuthorPosts