so like I want to start blogging and i decided to start with decorating my blog entries but i cannot make that blue light around the home, search, etc. to go away and im desesperating anyone has any code?...

HELP ASAP W A CODE
0 Kudos
so like I want to start blogging and i decided to start with decorating my blog entries but i cannot make that blue light around the home, search, etc. to go away and im desesperating anyone has any code?...

0 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Landon Smith
You could try this if you haven't already. What it looks like to me is just your browser's default HREF behavior, which adds a lil' blue hue to the links...
a {
color: black; (Whatever color)
text-decoration: none; (Removes any possible decorations that could be causing the hue :P)
}
I really hope this helps!