Hi. When I go to a category page, I find that the titles of the posts are different colors. Some of the titles are #FFFFFF but others a sort of blue color. The titles should all be #FFFFFF. Could you tell me where to find the CSS so that I can check the colors? Any idea why there would be this difference if color?
Hi Evan, it's for usuability purpose. The title color change from blue to white because “you have already visited the page”. This helps show the visitor what page he/she had visited.
In your case, I think you have already visited a lot of pages, so a lot of them turned white =P. Jjust clear the cookie and they'll turn back blue (of which color usually indicates a clickable "link" =).
P.S. If you want to use a custom CSS for the title link, the css class is:
.entry-title a:visited {color:red;}
*Note: change the color to whatever to help visitors indicate what page they have visited.
Hi. Thank you. I understand what you are saying. I just couldn't seem to find the CSS code that would affect the titles on the category pages. You mentioned cookies, and that may be what is causing the titles to appear as they are. Thank you for providing the snippet of code for a custom setting. Much obliged for the help!