[Resolved] Only Some Links Underlined

  • Author
    Posts
  • #4449

    someoneanon
    Participant
    This reply has been marked as private.
    #4450

    Andrew Misplon
    Keymaster

    Hi

    Thanks for posting your question 🙂

    Please, add the following to Custom CSS to resolve:

    /* 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 {
        border-bottom: none;
        color: #0896fe;
    }
    
    .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;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top