Skip to main content

How To Remove Underline from link

Comments

1 comment

  • KC George

    Hi Kris,

    Please try adding this code to Additional CSS

    /*Remove underline from hyperlinks  */
    p a {
    text-decoration: none !important;
    }
    0

Please sign in to leave a comment.