By Giovanni Mio Medicina on Tuesday, 31 October 2017
Posted in General Issues
Likes 0
Views 442
Votes 0
Hello,
I applied a change to the color of the names:
#es a: link {
     color: # 154408;
     font-weight: bold;
}

But just apply it to some as in the picture.
Try this,

[gist]
#es a:link,
#es a:link:hover,
#es a:link:active,
#es a:link:focus {
color: # 154408;
font-weight: bold;
}
[/gist]
·
Tuesday, 31 October 2017 21:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I tried your css but did not get the color
·
Tuesday, 31 October 2017 22:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I tried your css but did it's the same
·
Tuesday, 31 October 2017 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
There seems to be a space when I copy the codes from your post earlier. Try this,

[gist]
#es a:link,
#es a:link:hover,
#es a:link:active,
#es a:link:focus {
color: #154408;
font-weight: bold;
}
[/gist]
·
Tuesday, 31 October 2017 22:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I had seen the space and corrected it,for precaution I copied and pasted your code but it's the same
·
Tuesday, 31 October 2017 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, it seems to be correct for me, http://take.ms/isEIK . Could it be your browser's cache?
·
Wednesday, 01 November 2017 00:08
·
0 Likes
·
0 Votes
·
0 Comments
·
hello, i have deleted cache with ctrl f5 but not enough, i cleaned with chrome and it's all ok thanks many for patience
·
Wednesday, 01 November 2017 00:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Wednesday, 01 November 2017 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post