For some reason I can't change the colors of my links anymore. I had originally changed them in my pk.css file, my theme is named pk. That worked then. Now it doesn't work anymore, neither does changing them in the html-elements.css file. I added some new modules since I first changed them, could that have done something? I have tried emptying the cache many times. I am using a local install on Ubuntu with LAMP, so I also tried restarting. It didn't help.
Where can I find the styles to change the background colors in the forums? The tables are white with white text. And when I look at the source, they use classes and ids that I can't find anywhere. I tried copying the forums.css file from the module directory into my theme directory and adding it into my pk.info file. But that didn't work. Or maybe I am missing something. I have installed the Advanced Forum module.
I also want to modify the background color of the modules list in the admin section. It also is white text on white background, are they the same styles as the forum?
I should mention that I am basing my theme on Zen.
Comments
=-=
if you have the advanced forum module likely the that module is controlling the css for the forums.
my suggestion is to get the firefox browser and the firebug addon and use it to inspect the elements of a theme which will show you what css files and declarations are being used in those files.
Thanks for the tip. Firebug
Thanks for the tip. Firebug has been useful. :)