PDA

View Full Version : Editing the style within the postbit.


dlee
12-07-2006, 05:53 PM
Hey there,

I'm having some trouble finding where to edit some parts of the postbit. I can't seem to find where I can edit the boxes around all of the different things inside the postbit such as the location, number of posts, etc. I would like there to be no box like there is no box around the pictures link.

http://www.potatowned.com/images/vbulletinorg1.gif

Any idea where I can make a change like that? I opened the postbit template and found the tags for the css but I'm not sure where they are to edit.

Thanks,
Dan

peterska2
12-07-2006, 11:38 PM
Go to Styles & Templates > Style Manager > The style you want to edit > Drop down list > Main CSS

The tags should be right near the bottom of that page.

dlee
12-08-2006, 05:34 PM
I can edit the style templates like a champ, but when it comes to tags and other places that certain parts of the code get their style from I get a little lost. I checked for code within the template that related to borders but couldn't find anything.

Sorry for being such a newbie, I guess the changes need to be made in a stylsheet of some sort elsewhere and I just don't know where that elsewhere is.

dlee
12-11-2006, 12:46 PM
Any takers? Sorry but its still driving me up the wall...

CyberAlien
12-11-2006, 01:03 PM
In postbit_legacy search for this: $vbphrase[join_date]: $post[joindate]

There would be a <div class="whatever"> or something like that before that code. Look at class of that <div>, then in css look for definition of that class. Most likely its in "extra" css template.

dlee
01-16-2007, 07:19 PM
A late thanks, but a thanks none the less!