Quote:
Originally Posted by Lynne
Yes, it would, but you have added this line to your additional.css template and that overrides it:
HTML Code:
#posts .posthead .time, #posts .nodecontrols {
color: rgb(51, 51, 51);
}
|
Ah, that's really strange. I finally managed to find the right stylevar for it after looking at the code you put. Naturally I searched the additional.css template for #posts and only found the following;
Which lead me to then searching the stylevars for 'thead_font_color'. After finding this and changing the colour, it worked! So for some reason it's that stylevar which changes the text colour for date/time above posts for me, rather than the postbithead_color.
I've made a note of it now so won't forget! Thanks again for everyones help in here.