need to disable header graphic

GK User
Mon Mar 19, 2012 4:07 pm
I am looking to do a couple of things...

1. Disable the header graphic because I am wanting to use 1 background graphic.
2. I would like to pull the header up to the top margin of the page and get rid of the space.

What do I need to edit for this?

Thanks
Trey
User avatar
Expert Boarder

GK User
Mon Mar 19, 2012 4:28 pm
Hi

Please enable override.css file on template parameters, them add for example this code on that page:

Code: Select all
#gkPageTop {background: none!important;}
body {padding-top: 0!important}


I suppose that's what you want.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 5:05 pm
Looks like it... I am then going to add a backrgound graphic ... will try this out and let you know..

Thanks
Trey
User avatar
Expert Boarder

GK User
Mon Mar 19, 2012 5:11 pm
here is what I've got so far...

http://www.treybraids-designs.com/zero-blast/

...looks like I just need to comment out the header altogether... if not what can I add to the over-rid.css file ( this is first site I have really used the over-ride )

Thanks
Trey
User avatar
Expert Boarder

GK User
Mon Mar 19, 2012 8:55 pm
If you look at the URL from the previous post, I need for the header area to be transparent or for nothing to be there... right now it is showing a white background. I also need for the background of the menu to extend to the left and right margins of the template...

Please let me know...
Thanks

Trey
User avatar
Expert Boarder

GK User
Tue Mar 20, 2012 8:20 pm
i found a workaround- couldnt wait any longer for a response... ive got another site though id like to use this on..

please advise

http://www.treybraids-designs.com/tworiversrcd/
User avatar
Expert Boarder

GK User
Tue Mar 20, 2012 8:47 pm
Hi

This is considerate customization, normally not supported ;) ... but is this what you want on http://www.treybraids-designs.com/tworiversrcd/ ?

screen.png


If so, use this code on override.css file:

Code: Select all
#gkPage {margin-top: 150px; }
#gkPageTop {background: transparent!important;}
#gkPageTopWrap {display: none}
.gkmenu.level0:first-child {margin-left: 10px}


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Mar 20, 2012 8:50 pm
Thanks I appreciate the help... now I just have to find a decent background image on the mountains...

Trey :D
User avatar
Expert Boarder


cron