Recent Topics

1 Dec 29, 2005 11:28    

My CSS is located at
http://pallab.net/skins/custom_test/01_style0101.css
I want to change the colour of the blog title i.e. the colour in which My Thoughts is written.

For this i tried changing the colour code mentioned here

/*MAIN STRUCTURE*/
/*Don't edit if you know what's good for you*/
body{
	color: #4C4C4C;

However if I do that the colour of the text in my blog posts also gets changed.Is there anyway to change the blog's title colour without changing the colours used elsewhere?

Thanks.

2 Dec 29, 2005 17:59

Change that value back to the way it was, then add this at the bottom of your stylesheet:

#pageTitle {
color: red;
}


Form is loading...