@expbountyhunter
Active 11 years, 1 month ago
-
Henry Wright replied to the topic Changing the text color on the Registration page in the forum How-to & Troubleshooting 11 years, 1 month ago
Do you mean the ‘Home’ item in your navigation? The rest of the text on that page already seems to be white.
Try adding this to your theme’s style.css document:
.header .header-inner .nav ul li.current_page_item a {
color: #fff;
}To learn about CSS, check out this resource: