[Resolved] Links are underlined

  • Author
    Posts
  • #4940

    Jan
    Participant

    Hi. Some of the links on my Page are underlined (a line of dots) other are not. Is there a way to get rid of the underlining?

    #4941

    Andrew Misplon
    Keymaster

    Hi Jan

    Thanks for posting. Links in the primary content area are underlined. You could roll this behaviour back with a little bit of Custom CSS. If you don’t already have a Custom CSS plugin installed, go to Plugins > Add New, search for and install Simple Custom CSS. Then, go to Appearance > Custom CSS and insert:

    /* Links */
    .entry-content p a,.entry-content li a,.entry-content dl a,.entry-content pre a,.entry-content code a,.entry-content blockquote a,.entry-content p a:hover,.entry-content li a:hover,.entry-content dl a:hover,.entry-content pre a:hover,.entry-content code a:hover,.entry-content blockquote a:hover {
        border-bottom: none;
    }

    Hope that helps.

    #4943

    Jan
    Participant
    This reply has been marked as private.
    #4944

    Andrew Misplon
    Keymaster

    Thanks, change to:

    /* Links */
    .entry-content p a,.entry-content li a,.entry-content dl a,.entry-content pre a,.entry-content code a,.entry-content blockquote a,.entry-content p a:hover,.entry-content li a:hover,.entry-content dl a:hover,.entry-content pre a:hover,.entry-content code a:hover,.entry-content blockquote a:hover {
        border-bottom: none !important;
    }
    #4946

    Jan
    Participant

    Works! Thank you very much! Support is excellent!
    Greetz, Jan

    #4948

    Andrew Misplon
    Keymaster

    Super 🙂 Glad that did the trick.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top