Recent Topics

1 Jan 18, 2009 01:19    

My b2evolution Version: 2.x

Hello,

I'm just trying to change the way the date of the posts is displayed using nifty corners. I'd like to knock down the size of it, and also change the format from 1/17/09 to January 17, 2009.

Thanks

2 Jan 18, 2009 01:27

QUick and dirty:
In your associated style.css find
h2 {
color: #06a3c4;
font-size: 160%;
margin: 1ex;
}

change the 160% to 100% and see what you think.

You could also find the <h2> for the date in your code and replace it with a different tag and a specific class.


Form is loading...