Resolved

Only Some Links Underlined

Ultra Theme started by someoneanon Aug 17, 2016 2 replies
someoneanon Aug 17, 2016 · 3:47 pm #4448

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!

someoneanon Aug 17, 2016 · 3:48 pm #4449

This reply has been marked as private.

Andrew Misplon Puro Aug 17, 2016 · 4:05 pm #4450

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;
}
3 posts