Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #362462

    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.

    #363024

    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

    #363100

    Hey hey! That was easy. Thanks Elliott.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need hyperlinked words to show on page’ is closed to new replies.