link underline
Hi is there a way when you set up a link in your text but not to have it underlined . we would rather put it another colour or simply bold it in appearance than have a line underneath it like below: (thomas the caterer)
-
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/KuxbMM6jBZOW7T0MiXJqHope this helps.
2 -
Perfect! Just what I was looking for, a year later :)
0 -
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.
Comments
3 comments