how to remove page top

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Aug 14, 2013 7:19 am
How can I remove the Page Top http://postimg.org/image/l2ayoblpd/ ? and after removing can I still use that place for HTML module? Actually a big logo will be there but I have to remove white bar, the logo must be on the background image.
User avatar
Expert Boarder

GK User
Wed Aug 14, 2013 7:34 am
Hi,
simply using CSS.

Can you give me a URL or I have to guess...
User avatar
Platinum Boarder

GK User
Wed Aug 14, 2013 7:36 am
ok, let's try this.

Code: Select all
#gkPageTop {display:none;}


How to:
http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Wed Aug 14, 2013 7:49 am
Thanks a lot! It worked! And how can I use one background image for whole page? Now the background image appears like http://postimg.org/image/bdeoiu0yr/
User avatar
Expert Boarder

GK User
Fri Aug 16, 2013 5:07 pm
About you question from PM

Code: Select all
#gkLogo {float:none;}

#gkLogo.cssLogo { margin:0 auto; }
User avatar
Platinum Boarder

GK User
Fri Aug 16, 2013 5:14 pm
p.s.
I suggest to change background color for modules, because blue don't fit at all. ;)
User avatar
Platinum Boarder

GK User
Fri Aug 16, 2013 6:51 pm
Thank you very much indeed! Well, actually there are MANY things to change but unfortunately I am not the person who decide the design. I know how bad choices :)
User avatar
Expert Boarder

GK User
Fri Aug 16, 2013 7:12 pm
User avatar
Platinum Boarder


cron