E
E
Eugene2015-09-08 12:44:51
css
Eugene, 2015-09-08 12:44:51

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

2 answer(s)
D
Dmitry, 2015-09-09
@ruozaki

edk55 is right, you need to style the element itself:<a href="#" style="color:#fff"">Link</a>

E
edk55, 2015-09-08
@edk55

Set styles inline.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question