• Resolved productlover

    (@productlover)


    Hi guys,

    Is there anyway to hide the dotted line that is shown when you are tabbing or when you click on a link?

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Josh

    (@josh401)

    What’s your site? It depends on your CSS.

    Thread Starter productlover

    (@productlover)

    Thanks for your response Josh. Already figured it out. I just added this to the css

    a:focus {
    outline: none;
    }

    in case anyone cares!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove dotted line when tabbing and onclick’ is closed to new replies.