Link Color
-
Hi Ben!
Sorry if this has been answered elsewhere.
I can’t seem to set the link color. I keep getting the default blue.
Here’s what I have put in custom CSS:
#credit a, .ii a[href], p a, .link{
text-decoration:none!important;
color:#9b8768!important;
font-weight:bold!important;
}I even made a copy of the email-styles template to my child theme and changed to this:
.link {
<!– color: <?php echo esc_attr( $base ); ?>; –>
text-decoration:none!important;
color:#9b8768!important;
font-weight:bold!important;
}
But I still get that danged blue color.Would love any tips to fix this.
Thanks so much!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Link Color’ is closed to new replies.