When on the active page, the menu text color is a dark blue, and I can't see where to change that. I thought I had, using pagecolor" but it doesn't change it.
I then tried changing the site css file from a blue "active" link, and that did nothing. I then deleted the css active link altogether - nothing changed.
How can I change that color
http://mountainart.org/draft.php
Thanks
menu text color on active page
Hi,
Well I can't test on a Mac since I don't have one. But, I note the same problem in FF on a pc. There are two things you can try, the first to test if this is causing the issue, the second to try and fix it.
1. In your stylesheet you have a:link as #0000cd and the a:visited as that also. That is the link blue. Maybe that's getting picked up for some reason. Just as a test try changing that to #ffffff and see if that changes it.
2. After the previous test make sure your stylesheet is as you want it, and then try setting visitedcolor="#ffffff"; in your style section and see if that keeps the text white.
I'll report this to Milonic.
Ruth
Well I can't test on a Mac since I don't have one. But, I note the same problem in FF on a pc. There are two things you can try, the first to test if this is causing the issue, the second to try and fix it.
1. In your stylesheet you have a:link as #0000cd and the a:visited as that also. That is the link blue. Maybe that's getting picked up for some reason. Just as a test try changing that to #ffffff and see if that changes it.
2. After the previous test make sure your stylesheet is as you want it, and then try setting visitedcolor="#ffffff"; in your style section and see if that keeps the text white.
I'll report this to Milonic.
Ruth