Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change text color li css

/*
li only changes its bullets color, if you want to change
the text, you must use the 'a' tag after the li
*/
li a{
    color: white;
}
 
PREVIOUS NEXT
Tagged: #change #text #color #li #css
ADD COMMENT
Topic
Name
7+4 =