Title as Link in Header of Modules
I noticed that there are header titles that are in the form of link. For example: "Last Articles" and "Last Pages Modified", etc. [Note that this is not the case for the Top Articles, Top FAQs, etc.]
The use of "Link Title" in header of modules creates a problem in certain instances. As a link, it follows the color specified for links — not the color specified for header titles. In jailist.css the links are colored dark (almost black) and also those of the header titles for the modules.
I modified the jailist.css a bit so that the module header is colored dark blue and I changed the header module title color also to white — to match the header of the Articles module. However, the Link Titles in headers would remain black — creating an ugly contrast.
Which files do I change so that I can remedy the above, as follows:
- Make the Link Titles in header of modules also the same color as the other titles.
This will involve specifying the color within the link - Remove the link option in the header titles, so that they then follow the specifications in the CSS for header titles.
I believe this is a better solution. To begin with, it is redundant to have link title for "Last Articles" and "Last Pages Modified", etc. because the pertinent information that is accessed when clicking on the Link Title is already in the module.
cgc0202