Archived topic
Blue box on the link
7 replies · Started by Miguel Angel on March 23, 2017
Hi Tom, there is some way that the blue box in the link is not visible.
View image
https://drive.google.com/file/d/0B8AqVP6iedd9bFZ4Qk1raFdWOWc/view?usp=sharing
A hug
Hi there,
I would have to see the actual site so I can check out the code.
Let me know :)
Hi Tom, the actual site:
A hug
Hi Miguel,
Unless I'm missing something I don't see any blue box on the page you linked?
Can you take a screenshot of what you are seeing?
Thanks!
Hi, is to click on the image is a link and on the logo when clicking also comes a blue box.
https://drive.google.com/file/d/0B8AqVP6iedd9bFZ4Qk1raFdWOWc/view?usp=sharing
A hug
That's the outline added by the browser - it's actually very important for accessibility reasons.
If you really want to get rid of it, you can do this:
map area:focus {
outline: 0;
}
Thanks Tom,
You're welcome :)