how to underlink links?
Basically, I want to know how to configure Brizy to show linues under all links.
I made a video going over this - https://go.screenpal.com/watch/cT6YF0nbg7s
0
-
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.
Comments
1 comment