 
	
		
		
		
		
			
For some reason, the color of the list items on my site is white – http://timefactory.co/lessons/lesson-template/
how do I change that color to black?
Hey!
Try adding this code to the Quick CSS:
#top .av_inherit_color ol li {
    color: black;
}Cheers! 
Josue
This works. Thanks Josue!
You are welcome, glad to help :)
Regards,
Josue
