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

    joanosgoodby
    Participant

    Topbar Content section – how do I remove the ugly dotted line under my buttons and email links?

    http://wp.monmouthrubber.com/

    THANKS :))

    #127861

    Christian
    Moderator

    Hey Joan,

    Please try adding the code below in the Appearance > Customize > Custom > CSS.

    a, a:hover, a:focus, a:active {
        border: none !important;
    }

    Hope that helps. 🙂

    #128564

    joanosgoodby
    Participant

    Sweet – thanks! 🙂

    #128750

    Darshana
    Moderator

    Glad we were able to help 🙂