Edit: Solved. :)
Edit2: Well...partially. If anyone knows how to change the color of the strip (I think it's the Google Ad, but I have Adblocker turned on) between the logo/banner and the userlinks ("Logged in as..."), please help? XD If it's possible to change it, anyway.
Add the following to your CSS (I usually put it underneath row4, since it's a component of that code):
| CODE |
div.row4 { background-color: #HEXCODE; border: 1px solid #HEXCODE; } |
That will just change the background color and border style/color.
Replace HEXCODE with your color. You can also change 1px to something larger (or just get rid of the border by putting in 0px), and make it "dashed", "dotted", or "double" instead of "solid".
You can add other details, like font-size, if you like. However, just so you know, this will also change the color of the InvisionFree copyright at the bottom (the one that sas "Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05)... etc.")