View Single Post
Old 04-24-2007, 07:48 PM   #3 (permalink)
wierdo
Senior Forumer
 
wierdo's Avatar
 
Join Date: Mar 2006

Location: United States
Posts: 1,167
Rep Power: 4 wierdo is on a distinguished road
fTrader: (27)
fBuck$: 2,698
Bank: 16,498
Total fBuck$: 19,197

My Forumer
My Country:
Send a message via AIM to wierdo Send a message via MSN to wierdo Send a message via Yahoo to wierdo
Default Re: How do I change these bars color ?

In your Admin Control panel...

Find the Stylesheets link and click it. (left nav bar) Click edit. Find:

.maintitle { vertical-align: middle; font-weight: bold; color: #000; padding: 6px 0px 6px 5px; height: 8px; background-color: #2f2f2f; background-image: url(style_images/Grayscaled/cat.gif) }

replace it with:

.maintitle { vertical-align: middle; font-weight: bold; color: #000; padding: 6px 0px 6px 5px; height: 8px; background-color: #2f2f2f; background-image: url(style_images/Grayscaled/cat.gif);
border: solid #00FFFF 1px; }

You can substitute any hexadecimal number for the one I used for the border example.

EDIT: Wait, this is phpbb, can't remember if it works in phpbb...

Maybe it is just for IPB, don't use phpbb much anymore so I don't remember.

wierdo is offline   Reply With Quote