White box in navigational menu after clicking

Homepage Community Forums Aspire Theme Support White box in navigational menu after clicking

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22170
    raelyntan2212
    Customer

      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

      #22171
      raelyntan2212
      Customer
        This reply has been marked as private.
        #22179
        Eric
        Customer

          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

          #22182
          raelyntan2212
          Customer

            Hey Eric, for some reason I can’t see your comment as its marked as private!

            #22189
            Eric
            Customer

              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

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.