Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #52356

    Cesar J
    Participant

    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.

    #52629

    Christian
    Moderator

    Hey Cesar,

    Can you give us a screenshot of the dotted line? Our demos don’t have the dotted lines.

    Thanks.

    #806005

    Leanna
    Participant

    Hi, 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 follow

    #806008

    Leanna
    Participant
    This reply has been marked as private.
    #806237

    Paul R
    Moderator

    Hi 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.

    #806281

    Leanna
    Participant

    Great job thank you!

    #806289

    Rupok
    Member

    You 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!