Skip to main content

Cannot remove underline for links

Comments

1 comment

  • Permanently deleted user

    Hello,

    it will be underlined only in the editor so you can distinguish it. In the frontend, this line will only appear at hover. If you want to remove it you can do that with custom CSS.

    For this click on the text, go to the Settings -> More settings -> Advanced and there in the Custom CSS add this code:

    element a {
      text-decoration: none !important;
    }

    Best regards,

    Nelea.

    0

Please sign in to leave a comment.