Recent Topics

1 Jan 04, 2005 23:27    

Hi! My site is http://www.musicaldestiny.com/home3.htm . I would like the date to be the same size as the rest of my text. What i have done in dreamweaver is change the page properties to fit my color scheme, as well as highlight the text and change the font and size. For some reason, the date is affected by only the text color, but not the text font or text size. How can i get it the same as the rest as well as put the date, time, and title next to eachother.

Another of my questions is probably a more obvious one. I would like to know how to change the colors of the comment box. Thank you very much!

2 Jan 06, 2005 07:59

You mean the big date outside the actual posts? The one that only shows up when the date of posts changes? That comes from

$MainList->date_if_changed();

in your _main.php file in your skin. I think the default makes it be an H2 tag, so in your css you would want to play with defining H2 as whatever you like. You can also feed it parameters and change it to whatever H size with a class if you like.

$MainList->date_if_changed( '<h3 class="whatever">', '</h3>' );

http://doc.b2evolution.net/0.9.1/evocore/ItemList.html#methoddate_if_changed if you're into that sort of thing, and if so then http://doc.b2evolution.net/0.9.1/elementindex.html will really make your day!


Form is loading...