How To Remove Underline from link
Hi,
I'm not having any luck removing the underline from my links. I'm currently using the Blocksy theme and have entered the following code into additional css
element a {
text-decoration: none !important;
}
Any suggestions?
0
-
Hi Kris,
Please try adding this code to Additional CSS
/*Remove underline from hyperlinks */
p a {
text-decoration: none !important;
}0
Please sign in to leave a comment.
Comments
1 comment