Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #125317
    PeteGWebmaster
    Participant

    Is there a css code I can add to the custom css section so the links I put in my blog posts are underlined? Thank you.

    #125330
    tikaram
    Keymaster

    @petegwebmaster : Can you please post in your site URL

    Regards,
    Tikaram

    #125887
    PeteGWebmaster
    Participant

    doctor whimsy dot com

    #125982
    tikaram
    Keymaster

    @petegwebmaster : Go to Appearance => Customize => Additional css and add the following css.

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

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Underline Links in Blog Posts’ is closed to new replies.