MyBB Community Forums

Full Version: Apart Calm - change upper panel color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Trying to visually integrate the upper panel into the logo. How can I remove the dark line separating the boxes and perhaps reverse the image gradient?

I changed the upper panel to thead color, but that didn't do it.

http://azbird.net/sightings/index.php
You want it to look like this? http://i.imgur.com/JC2LU.png

If so, remove border-bottom: 1px solid #385947 from your "#logo" ID in your css. Then remove the border-top element from "#panel .upper". Also replace the background element in that upper panel with something like:

background: #3d614e;

Rather than a gradient. If you want to reverse the gradient instead, you'll need to flip the image around in a photo editor or Photoshop.