So I have figured out that tcat and thead are blocking my colour changes, and they are 0kb png transparent images. tcat is 1x100 and thead is 1x40. I' am guessing this is too force a minimum size for those using a low resolution and other formatting reasons. If someone has no CSS experience this is a major roadblock, it is an archaic method for modern browsers and CSS. It would be nice if someone could explain how to fix changing colours of tcat and thead to people. If my surmise is correct than I guess it falls to me. A little miffed though, that I have spent so much time tracking this down with no replies. Hopefully this works to create this silly little pngs so the colours will change.
It worked. So all those having troubles changing the category and table head colours here is what you do.
You will find these two classes in global.css and can scroll down to them in the drop down menu in Simple Mode.
1. For .tcat (transparent category) create a 1x100 .png with a transparent background. Save it as 'something_tcat.png'.
2. Do the same for .thead except as 1x40. Name as 'something_thead.png'. I suggest the prefix being an abbreviation of the theme name, the shorter the better.
3. Upload the images you just created to the images folder.
4. Now go to .tcat. There will be an HTML colour code. #2d32c4 is the blue I' am using for example. Change that too what you want. Right after that is url(tcat.png). Change the filename in the brackets too what you named your png.
5. Repeat for .thead.
6. Did I mention to save your changes? ;-)
It worked. So all those having troubles changing the category and table head colours here is what you do.
You will find these two classes in global.css and can scroll down to them in the drop down menu in Simple Mode.
1. For .tcat (transparent category) create a 1x100 .png with a transparent background. Save it as 'something_tcat.png'.
2. Do the same for .thead except as 1x40. Name as 'something_thead.png'. I suggest the prefix being an abbreviation of the theme name, the shorter the better.
3. Upload the images you just created to the images folder.
4. Now go to .tcat. There will be an HTML colour code. #2d32c4 is the blue I' am using for example. Change that too what you want. Right after that is url(tcat.png). Change the filename in the brackets too what you named your png.
5. Repeat for .thead.
6. Did I mention to save your changes? ;-)