Hide home menu

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 Aug 29, 2014 4:23 am
Reply with quote
Report this post
Hello,

Is there any way to hide home menu in the mainmenu bar?

Thanks,
Giang Anh
User avatar
Expert Boarder

GK User
Fri Aug 29, 2014 10:38 am
Reply with quote
Report this post
Sadly- Joomla requires Default menu item to be set - and this is home page.
You could use css to hide this button, the only thing I need is url to your site.
User avatar
Moderator

GK User
Fri Aug 29, 2014 4:09 pm
Reply with quote
Report this post
Yes, I need to hide the button only. http://jreplay.com

Thanks,
Giang Anh
User avatar
Expert Boarder

GK User
Sat Aug 30, 2014 4:48 pm
Reply with quote
Report this post
Please edit: /templates/gk_game/css/override.css and add at its end:
Code: Select all
.gkmenu li.first {display: none;}

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

GK User
Sun Sep 14, 2014 5:19 pm
Reply with quote
Report this post
Hi,

This will also hide the first submenus also. Is there any way to hide the home menu only?
User avatar
Expert Boarder

GK User
Mon Sep 15, 2014 5:21 pm
Reply with quote
Report this post
Code: Select all
/* Hide home nenu */
.gkmenu li.first {display: none;}
.gkmenu .childcontent li.first {display: list-item;}


This should reveal the lost item.
User avatar
Moderator

GK User
Tue Sep 16, 2014 5:03 am
Reply with quote
Report this post
I added .gkmenu .childcontent li.first {display: list-item!important;} and it works. Thank you so much ^_^
User avatar
Expert Boarder


cron