Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #860727

    Hey there,
    any suggestions on how to underline links in the body copy and the body copy ONLY!!
    I have been using the <u> tag.

    I tried .entry-content a {text-decoration:underline!Important;}
    and it does not work.

    #860790

    Hey Justin,

    Would the be for the body text throughout all pages?

    Best regards,
    Jordan Shannon

    #860799

    Hey Jordan, it’s preferred. The last attempt I took at this, even the social icons in the footer were getting underlines. Wasn’t looking right. So just body copy and blog copy. Thanks

    #860926

    Hi Justin,

    This CSS is working and is active on your site:

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

    If you are not seeing the change then please clear your browser cache and reload the site.

    Best regards,
    Rikard

    #861463

    Hi Rikard,
    Not quite. I am seeing the underline forming under the buttons too, which I don’t want.
    I tried adding a style text-decoration:none + cleared my cache. No change.

    Thoughts?
    Justin

    #861541

    Hi Justin,

    Thanks for the feedback, though I can’t see anything like that on my end. Could you post a screenshot of it please?

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.