hi guys. anyone knows how to change color of the node "post-date" here is my example http://jcausing.webfreehosting.net/clclax.org.au/News/

see those dates ex. 27 Jan -- i just wanna change it to red. im using firebug but i can see or find the css file

Comments

nevets’s picture

I think you want

.views-field-created {
  color: red;
}
wer0ckz’s picture

hey man, what css file is that? i cant find it

agarwal.sudhanshu’s picture

you can put this code in blue.css
URL - http://jcausing.webfreehosting.net/clclax.org.au/themes/cti_flex/colors/...

Note: Use Ctrl+F5 to reload new CSS file in your browser.

Thanks
Sudhanshu

wer0ckz’s picture

i got it :)