If you want, you can remove the little dotted outline box that appears around a link…

In your custom.css add the following code and replace “your link name” with whatever link you want to change…
.custom “your link name” a{outline: none;}
If you want, you can remove the little dotted outline box that appears around a link…

In your custom.css add the following code and replace “your link name” with whatever link you want to change…
.custom “your link name” a{outline: none;}
{ 2 comments… read them below or add one }
Ok, stupid question here.
What is the correct usage if I want to change all of the links on my site so they don’t have the outline.
The way you explain it above it sounds like that works for a sepcific url.
Leave a Comment
Previous post: Add different widgets to different pages
Next post: Why you should always fill out the meta description on posts
If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...
Go ahead, leave a comment...