PDA

View Full Version : Editing Sticky Thread Font weight & color


tiga2
02-25-2010, 08:05 PM
VB 4 seems to be a bit different that the older versions.

Anyway I checked the style vars the whole day for changing the sticky Thread fonts but without success.. The only Sticky thread function was the background.

Any solution?

Thank you for your time and effort?

Front Range 4x4
02-25-2010, 11:12 PM
Try this: edit threadlist.css

.threadbit .sticky{
background: {vb:stylevar threadbit_hilite_background};
border: {vb:stylevar threadbit_border};
border-top: 1px solid {vb:stylevar body_background.backgroundColor};
width: 100%;
font-style: italic;
float: {vb:stylevar left};
display:block;
clear:both;
position: relative;
}

IIRC all I did was make them italic.