[Resolved] Only Some Links Underlined

  • Author
    Posts
  • #4448

    someoneanon
    Participant

    Hello,

    I have multiple Page Builder text widgets on a page in the Ultra Premium theme and only some are dotted underlined. I’d prefer to override to make them all have no text decoration, but even trying to use custom CSS for a, a:link, a:visited, a:hover, a:active, and a:focus to override this, it’s not going away to make them consistent.

    Will reply privately with example.

    Thanks!

    #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 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top