Log in

View Full Version : where is "element.style { font-weight: bold; }" located?


radiofranky
07-12-2011, 09:01 PM
Hi,
I would like to change this "font-weight: normal". But I can't find it anywhere.
should I just put in "additional.css"?

element.style {
font-weight: bold;
}

thanks

Lynne
07-13-2011, 01:54 AM
element.style means it is specified right there in the html - not in some css file. Like <div style="font-width: bold;"> would show up as element.style in firebug.

radiofranky
07-13-2011, 03:06 PM
silly me.. :) By the way, do you know how to modify this? I want to display only user name just like in vb.org not "posted by xyz + date" thanks

https://tmpdmp.com/ae7c665aecb33737/37016602948dbddd

Lynne
07-13-2011, 03:10 PM
That's just a phrase. You can find the phrase by either looking at the threadbit template or by doing a search in phrases for it. Then just modify it to take out the stuff you don't want.