Quote:
Originally Posted by daxxer
Ok, call me an idiot but I don't understand. I've searched for text in the templates but find lots of alt1's ... I simply need to change the blue that is used in the announcement navbar to black and am clueless. Please help!!
|
You need to find the smnlikquick_css.css file and edit it. Its usually under the /forums/clientscript
Find: (mine is edited for my style so look for something similar. Mine was on line 13)
Code:
[background: #ff7502 url(/forums/morbid_orange/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */
Replace with:
Code:
background: #000000 repeat-x top left; /* EDIT PATCH/GRAPHIC */
On line 43 is the button color as well. If you want that black paste the same code there as well. Hope this helps