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. |