PDA


View Full Version : Color Change?


She Unlimited
05-14-2005, 05:09 AM
http://sheunlimited.com/links/index.php?

There is a box that surounds the link description, can I change that grey to a different color?

Brian
05-14-2005, 11:11 AM
Admin CP => Style Manager => {select style} => All Style Options

Near the bottom of that page you will see a section for 'Additional CSS Definitions'. In there, replace this bit of code:
.fieldset { margin-bottom: 6px; }

With something like this:
.fieldset { margin-bottom: 6px; border: #FFFFFF}
(Replace FFFFFF there with the color you would like.)