PDA

View Full Version : How to change style for this element


andreamarucci
08-22-2009, 01:19 PM
Hi, i would like to create a new css style to change tha background of the little bar where you can find the post date and time in non legacy mode. To be more clear is this one

https://vborg.vbsupport.ru/external/2009/08/11.png

Where you see 02-17-2004 at the top.

I've seen that this one is controlled by the class thead but this class is used elsewhere so I would like to create a new class to use just to modify this one.

THANKS!!

Lynne
08-22-2009, 02:50 PM
Then add a new class into the bottom of the Main CSS page with the attributes you want it to have, and then add the class to the row there in the postbit template:
<td class="thead newclass" $post[scrolltothis]>

andreamarucci
08-22-2009, 05:33 PM
Thanks Lynne, I'll try asap and I'll let you know...