Skip to main content

Comments

1 comment

  • Ariel H.

    Hi Ryan,

    Thank you for contacting us.

    Brizy doesn’t offer a built-in option to underline links, you’ll need to use custom CSS for that.

    Here’s an example you can try:


    a, a  {
      text-decoration: underline;
    }

    a:hover,
    a:active,
    a:visited,
    a:focus {
      text-decoration: underline;
    }


    You can add this by going to Appearance > Customize > Additional CSS in your WordPress dashboard.

    If you have any further questions, feel free to reach out.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.