Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #313195

    I am using the latest release of Enfold and WordPress.

    I have a simple issue, but cannot fix it. I want the links in my website’s text area of a page to be underlined. Currently they show up as the highlighted color I’ve selected (at the moment they are set to orange). Even though the Enfold theme configuration page shows the link as formatted to be underlined, and underlined on hover, they are never underlined.

    How can I get links within a text element to be underlined?

    The website address is: http://www.therapyhelpcenter.com.

    Thank you.

    #313263

    Hey davevi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock a {
    text-decoration: underline;
    }

    Cheers!
    Yigit

    #313365

    Thank you Yigit. Your CSS code worked for everything — except a links I have embedded in my blog.

    Can you tell me how to get those items links underlined also? These links are embedded, as opposed to being inside a Text Element, that’s the only coding difference I can see.

    Take a look at my website to see the blog issue: http://www.therapyhelpcenter.com.

    Bill

    #313369

    Hey!

    Please add following code to Quick CSS as well Bill

    .entry-content a {
    text-decoration: underline;
    }

    Cheers!
    Yigit

    #313506

    That fixed all remaining issues.

    Thank you for your help Yigit.

    Please close this thread.

    Bill

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Links Not Underlined Within Pages Created by Text Elements’ is closed to new replies.