Answer the question
In order to leave comments, you need to log in
How to change link color in Gmail?
Hello!
How to hardcode the link color for an email that will open in gmail? I've already tried everything that could come to mind and still the links are blue. Now in the styles of the letter is:
.ii a[href] {color: #FFFFFF!important;}
a:link {color: #FFFFFF!important; }
a:visited {color: #FFFFFF!important;}
a:hover {color: #FFFFFF!important;}
a:active {color: #FFFFFF!important;}
Answer the question
In order to leave comments, you need to log in
edk55 is right, you need to style the element itself:<a href="#" style="color:#fff"">Link</a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question