Skip to main content

link underline

Comments

3 comments

  • Alex

    Hi Simon,

    it will be underline 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;
    }
    https://jumpshare.com/v/KuxbMM6jBZOW7T0MiXJq

    Hope this helps.

    2
  • Ross Garden

    Perfect! Just what I was looking for, a year later :)

    0
  • Doina P

    Hello Ross,

    Thank you for the message!

    We are happy that this helped you. Sometimes the issues that you may encounter, might have been already addressed, here on Brizy Help Center. Though, if you have any other questions or problems, please feel free to ask!

    Have a nice day and best regards,

    Doina 

    0

Please sign in to leave a comment.