Removing Home from nav
12 years 2 months ago - 12 years 2 months ago #9087
by mmoltzan
Removing Home from nav was created by mmoltzan
Hey Ced!
There is a lot to learn .....
my site
I would like to remove "HOME" from the main menu.
Visitors to the site will click on the logo to return HOME.
did some googling on this and code inspecting and created some css that I thought would work?
as you can see the my css is loading but is not being applied, instead "moo-maximenuhck.css" is applied
How can I remove HOME from the main menu?
Thanks
There is a lot to learn .....

my site
I would like to remove "HOME" from the main menu.
Visitors to the site will click on the logo to return HOME.
did some googling on this and code inspecting and created some css that I thought would work?
Code:
.AEhide{
display:none !important;
}
.item170 {
display: none !important;
}
li.maximenuck.first {
display: none !important;
}
as you can see the my css is loading but is not being applied, instead "moo-maximenuhck.css" is applied
Code:
div.maximenuckh ul.maximenuck li.maximenuck {
display: inline-block !important;
float: none !important;
position:relative;
text-align : left;
padding : 0;
margin : 0;
}
How can I remove HOME from the main menu?
Thanks
Last edit: 12 years 2 months ago by mmoltzan.
Please Log in or Create an account to join the conversation.
12 years 2 months ago #9089
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Removing Home from nav
Hi
try this :
CEd
try this :
Code:
div.maximenuckh ul.maximenuck li.maximenuck.AEhide {
display:none !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 2 months ago #9111
by mmoltzan
Replied by mmoltzan on topic Removing Home from nav
Thanks Ced that worked great.
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds