Gizmo
Firstly thanks again for the help on the other issues in my theme. There is one final thing that needs doing.
I hope that you are still able to log in to my Admin Area. There you will see in Admin>Admin Tools, that those tables with Radio Buttons in the headings, don't appear to have any descriptive text. This is due to the text's colour being goberned by the "clickable_option" values in the CSS file. Everywhere else in the theme, clickable_option needs to be red, so these table headings are the sole exception to that rule.
I have therefore created "clickable_option2" in the CSS file, with the color=yellow. The only problem is that I can't see which instance of "clickable_option" controls this page. "util.php" has nothing in its coding relating to style at all.
Can you tell me please which file I need to alter to link those table headings to the "clickable_option2" values in the CSS file?
Thanks
Martin
open util.php and do a search and replace for "clickable_option". I found 8 instances.
Yes I did that, and tried them all one by one, and none of them were the ones that controlled the "heading" text. They were all for the option button texts in the tables.
Since you didn't attach a sceenshot (again!), I'm not clear on what text you want fixed however, without going into a lot of research I don't think you can change it without changing the gallery text. I'm sure it can be done but editing the config files may be necessary. Since this isn't part of the main gallery, why should it matter but I think some of your issues are the result of your color choices (red and yellow) which I mentioned in my very first response to you. Honestly, I've spent several hours helping and I think it's time that I stop here. I wish you the best of luck with your site
Gizmo
PS. I forgot to mention that you don't have a font-size listed in your clickable-options properties. All you have is bold so if you want to change the text for this, you need to add the size selector.
As Gizmo suggested: util.php is an admin-only page anyway, so what's the use of going through all that fuzz?