Scheduled Maintenance - On Friday the 25th at 10PM EST we will be making some minor DNS changes to our server. We do not expect there to be any down time on our site, but if after this time our site does not load for you please simply clear your browser cache and restart your machine. - Thank you.
login
Join Now Access Products


Forum Support
Ask questions and find answers about products

Pages: [1]
Print
Author Topic: Hide "HOME" Menu Item  (Read 601 times)
moonguy
Offline Offline

Posts: 5



« on: January 30, 2012, 08:33:36 PM »

I am using S5 FLEX MENU and I want to hide the HOME button from the TOP Navigation Bar.

Is there a way to apply a CSS style ONLY to the HOME Menu Item...

as in this example:
.item1 {
display:none;
}

??
Logged
mikek
Shape 5 Administrator
Offline Offline

Posts: 16404



WWW
« Reply #1 on: January 31, 2012, 07:39:03 AM »

Hello,

If you want to hide it, you would just unpublish it in the menu manager and assign another menu item as the default. There is not a way to hide it with css because they all use the same class names.
Logged

Mike
------------
Shape 5 Team


- Using Firebug will save you so much time, frustration and forum questions:
http://getfirebug.com/


- Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free:
http://www.shape5.com/hire_a_coder/listauctions
aksenovpk
Joomla Developer Member
Offline Offline

Posts: 1



« Reply #2 on: March 31, 2012, 05:55:04 AM »

I want to hide some Menu items for registered users.
Code:
<?php $user =& JFactory::getUser();
if( !
$user->guest ) : ?>

<style type="text/css">
#item-123 { display:none !important; }
</style>
<?php endif; ?>

How I can change S5 flex menu code to make id for every menu items?
Logged
mikek
Shape 5 Administrator
Offline Offline

Posts: 16404



WWW
« Reply #3 on: March 31, 2012, 08:02:04 AM »

Hello,

You can do that right through the menu manager. Just set those links to registered only.
Logged

Mike
------------
Shape 5 Team


- Using Firebug will save you so much time, frustration and forum questions:
http://getfirebug.com/


- Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free:
http://www.shape5.com/hire_a_coder/listauctions
Pages: [1]
Print

Jump to:  


Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Page created in 0.024 seconds with 20 queries.