Tagged: hyperlinks
Hello,
I just started using Enfold. I need for hyperlinked words to show up on the page, so people know to click on them. When I publish, it shows like plain text. I looked through settings but didn’t find anything. It might be right in front of me, but I don’t see it.
This is only my second WP website, so there’s still a lot to learn.
Hi Phillip!
It looks like you have a custom style set to the hyperlinks.
<a target="_blank" style="color: #333333;" onclick="_gaq.push(['_trackEvent', 'outbound-article', '', 'crate motor']);" href="">crate motor</a>
If your wanting to make them underlined then try adding this to your custom CSS.
p a { text-decoration: underline !important; }
Cheers!
Elliott
Hey hey! That was easy. Thanks Elliott.