How do you get rid of the line under hyperlinks? And is there a way to customize the color?
Custom Hyperlinks?
2 posts from 2 voices-
Posted 3 months ago #
-
Hi calvarytemp,
Try to open wp-content/themes/corona/css/custom.css and add this code at the bottom:
a { color: red; /*just change this color */ text-decoration: none; /*removes the underline on hyperlinks*/ } a:hover { text-decoration: none; /*removes the underline on hyperlinks when the link is hovered*/ }Hope this helps.
Regards,
IsmaelPosted 3 months ago #
Reply
You must log in to post.














