Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove link color from

/* its a style option */
a {
	text-decoration: none; /* remove underline */
	color: inherit; /* remove blue */
}
 
PREVIOUS NEXT
Tagged: #remove #link #color
ADD COMMENT
Topic
Name
6+7 =