How to remove Menu Title

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
Fri Apr 04, 2014 4:44 am
Reply with quote
Report this post
Hello There,
We are using game for this domain: http://www.dwibogaprima.com/.

When we click menu who we are, http://www.dwibogaprima.com/index.php/about-us, is ist possible to remove the title who we are below the logo? ( attached).

Thanks,
User avatar
Senior Boarder

GK User
Fri Apr 04, 2014 6:46 am
Reply with quote
Report this post
Please edit: /templates/gk_game/css/override.css and add at its end:
Code: Select all
#gkHeader h1.gkPage {display: none;}
#gkHeader {height: 80px;}


But this way - you will change look on all pages. Instead please ream about page suffixes:
http://www.gavick.com/documentation/gen ... mla-pages/
create a suffix for your about page (eg. 'about'), and modify the css this way:
Code: Select all
.about #gkHeader h1.gkPage {display: none;}
.about #gkHeader {height: 80px;}


Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Apr 08, 2014 10:51 am
Reply with quote
Report this post
Hi Cyberek,

Thanks it works. But the slider at the home page does not appear.

How to keep the menu unpublished but the slider also appears.


Thanks,
User avatar
Senior Boarder

GK User
Tue Apr 08, 2014 4:27 pm
Reply with quote
Report this post
As I have said - use page suffixes to limit this behave only to some pages, or reverse it on homepage.
User avatar
Moderator

GK User
Tue Apr 08, 2014 8:28 pm
Reply with quote
Report this post
Yes. Thanks for the reminder. It works well now!
User avatar
Senior Boarder


cron