@expbountyhunter
Active 9 years, 6 months ago
-
Henry Wright replied to the topic Changing the text color on the Registration page in the forum How-to & Troubleshooting 9 years, 6 months 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: