How can I remove the Top Bar?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 08, 2012 9:44 pm
Reply with quote
Report this post
I wish to be able to remove the Top Bar completely. How should one do this? :?:
User avatar
Gold Boarder

GK User
Mon Oct 08, 2012 10:46 pm
Reply with quote
Report this post
If you don't want to modify source files then you can simply hide it with css. Add following css code into css/override.css in template folder and enable css override option from template settings > advanced settings > css override "on".

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


See you around...
User avatar
Platinum Boarder

GK User
Tue Oct 09, 2012 3:12 pm
Reply with quote
Report this post
Great it worked!

However, now I would like to minimize the top area, so that the website starts further up.

Any ideas on how to solve this?
User avatar
Gold Boarder

GK User
Fri Oct 12, 2012 9:44 am
Reply with quote
Report this post
Try following css change. Change 60px to lower value such as 20px.

File: templates/gk_gamenews/css/template.css
Lines: 88 to 97
Code: Select all
#gkPage {
.........
.........
margin: 60px auto 0 auto!important;
}


See you around...
User avatar
Platinum Boarder


cron