@bornholmeren To change color of footer text, add the following to your style.css file and adjust to taste 
div#footer {
color: #555;
}
To change color of footer links, add the following to your style.css file and adjust to taste 
div#footer a {
color: #006;
}
		
	 
	
	
	
 
		
			
	
	
		
		Thanks, I can use that also, but what I ment was the link and text belove my hole site, in the bottom, where it says:
http://www.bornholmeren.net er lavet i WordPress og BuddyPress.
It is not easy to read with the color it has know.
		
	 
	
	
	
 
		
			
	
	
		
		div#site-generator p,
div#site-generator a {
   color: #fff;
}
		
	 
	
	
	
 
		
			
	
	
		
		This worked. Thank you very much 😀