- This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › Blue text in IE only?
Tagged: IE
I have this site where all text are blue, but only in IE. But all IE Browsers shows the text in the blue Link color i use, why?
Here a screenshot in IE 11 WIN of this site: http://www.zentrum-penischirurgie.com/impressum/
Link: https://goo.gl/Gx5mpb
Best Regards,
Jesper
Replace this CSS
/* Display outline on focus */
:focus {
color: #009fc8;
outline: #ccc solid 1px;
}
WITH
/* Display outline on focus */
:focus {
color: #666;
outline: #ccc solid 0px;
}
Thanks, it works!
Cheers,
Jesper