Advertisement:

Forum Logo problem pls help

Aloittaja j3yps, marraskuu 19, 2011, 03:46:59 IP

« edellinen - seuraava »

j3yps

#20
is there a way to disable the logo background?
I mean the one pointed by the red arrows :-)


Ricky.

You mean you want to remove header background then :
Find:
#upper_header {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -945px #1C1413;
    margin-bottom: 4px;
    padding-left: 20px;
}

Replace with :
#upper_header {
    margin-bottom: 4px;
    padding-left: 20px;
}

Also,

Find :
#upper_header div.frame {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -945px #1C1413;
    height: 116px;
    text-align: center;
}

Replace with :
#upper_header div.frame {
    height: 116px;
    text-align: center;
}

j3yps

@Ricky

That worked sir! Thank you so much! :-)

Advertisement: