Remove Banner?

How do I keep blank (and move the site up) the banner that comes with the database.  I'm not looking to make a 64x64 blank canvas ; )

big_logo.png · 13.6K · 70 views
Answer my questions and you get love!
Quote · 20 Mar 2011

be aware that if you do this you will lose the use banner ads function and quotes..

 

templates/base/css/general.css

Look for this

div.sys_main_logo {
position: relative;
z-index: 56;

background-color: #000000;
}


Change it to look like This.

div.sys_main_logo {
position: relative;
z-index: 56;
background-color: #000000;
display: none; <<<<<<<<<<<<<<<<<

}

 

happy thoughts

Quote · 20 Mar 2011

LOL!  Thank you.  Decided a different approach without removing the system code.  PHEW.  You rock.

Answer my questions and you get love!
Quote · 20 Mar 2011

using the clear .png works and allows the everything to work

Quote · 20 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.