@bornholmeren
Active 1 year, 6 months ago
-
@mercime replied to the topic [Resolved] How do I change colors in BP theme footer in the forum How-to & Troubleshooting 11 years, 8 months ago
@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 […]