It’s unfortunate you continue to run afoul of our guidelines. We ask everyone to not bump posts. Do Not Bump Posts At this point it doesn’t matter much (it neither helps nor hurts), but this is something you need to be aware of.
I only quickly reviewed your previous posts, so apologies if any of the following has already been covered. Without further ado…
It’s very difficult for us to offer exact CSS advice without a live link to the page in question. Steve has done a great job despite not having a link, but we are essentially guessing without one. It may or may not be possible to isolate category text from other content. It depends on how the various outer containers are configured. It may be helpful to wrap the category output in a dedicated container on the template file. Then defining a proper CSS selector becomes much easier.
The best thing you can do besides providing a live link is to use your browser’s developer tools to inspect the HTML and related CSS. The tool has an element selector gadget (the rectangle icon with an arrow pointing into it) where you can select which HTML item you want to inspect. The relevant HTML is highlighted in the tool and related CSS is displayed. Click on other HTML tags in the inspector to get related CSS of other elements. You can add new rules to the list of rules. The results from a new rule are quickly reflected in the page display, so you can experiment with different parameters to determine what works or what does not.
The rules you add in the inspector tool are temporary. They disappear when the page is reloaded. Once you come up with a rule that works, copy it to your theme’s custom CSS to make the change permanent.
[Steve] seems to be the only one that responds to my posts around here. People don’t want to deal with noobs or what?
Not true at all! There are plenty of noobs who get answers here! Whether anyone choses to contribute or not is up to the individual. Everyone has different reasons for choosing to contribute or not. Yes, some may not have the patience for some noob questions, but the reasons are usually more related to if one knows the answer or if the answer is easily found by searching.
The biggest reason no one else has been contributing here is many tend to leave topics that are being dealt with to the original 2 participants. Multiple contributors can be confusing and not helpful. That has never stopped me personally if I have something to contribute. Until this point there was nothing I could say that Steve hadn’t already said.