- This topic has 4 replies, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › White box in navigational menu after clicking
Hi, I am seeing a white box after I click on the link. Please see this video to understand what I am talking about. It has been there since I installed the theme – https://www.dropbox.com/s/pv0fhxte8wxw708/ScreenFlow.mp4?dl=0
That’s normal. What you’re seeing is a white/gray border which shows up to let you know you’ve either clicked or hovered over an item. Also called “Focus” Most sites have this as it helps to indicate that an action is taking or has taken place. You can always change the color if you want, or you can set it to 0px instead of 1. That would remove it from showing.
/* Display outline on focus */
:focus {
color: #333;
outline: #ccc solid 1px;
}
On the default Theme’s CSS file it is located at line 1167, but it may be on a different line in your code. Just search for the above code and change it to 0px.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Hey Eric, for some reason I can’t see your comment as its marked as private!
Try and reload the page and see if it shows up normally. If not, I’ll re-post it again.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com