- This topic has 2 replies, 2 voices, and was last updated 8 years, 1 month ago by Andrew Misplon.
- AuthorPosts
- August 17, 2016 at 3:47 pm #4448
someoneanonParticipantHello,
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!
August 17, 2016 at 3:48 pm #4449
someoneanonParticipantThis reply has been marked as private.August 17, 2016 at 4:05 pm #4450
Andrew MisplonKeymasterHi
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; }
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.