Prosilver Style Question

Allan

Paragon
Joined
Feb 21, 2011
Messages
1,459
Reaction score
266
FP$
371
Was wondering if anyone could help.
I'm trying to rework the prosilver theme and I would like to add a border around the posts?
Would anyone know where to edit the css to do this.

I have read around and i read something about the bg1, bg2 and b3 background.
 
Thanks Death just not sure where to add the border code line
This is the code now. I already altered the hex colors.


Code:
.bg1	{ background-color: #ffffff; }
.bg2	{ background-color: #ffffff;  }
.bg3	{ background-color: #ffffff; }
 
Example:

Code:
.bg1      {  background-color: #FFFFFF; border-style:solid; border-width:5px;  }
 
Thanks Zinc, I figured it out last night but and thanks for taking the time out and helping.
 
Back
Top Bottom