How do I make my text links all have the same color and underline throughout the website?
How do I make my text links all have the same color and underline throughout the website?
0
-
Hello
Kindly add these lines of CSS code under CMS - Project Settings - Code -Custom CSS to set a link color and underline for your website. You can set the link color of your choice in the code.
/*Add link color and underline*/
p a {
color: #3581e4 !important;
text-decoration: underline !important;
}
0
Please sign in to leave a comment.
Comments
1 comment