Hiding only from home Page the menu voice home

Posted in: Newsmag
Post count: 94

Hi
in my site (greenplanner.it) I have the main menu with the voice HOME that is highlighted when you’re in the home

i’d like to hide the voice but only in the HP

how can I do? I thought to edit the file when the menu is recalled and input the condition is_home to load a different menu but I don’t know which file to change

can you help please?
thx

Post count: 22421

Hi,

You can try to add conditions in the phph code but there is an easier way.
Try to use this css:
.home .menu-item-26665{
display:none!important;
}

Add the code in the theme panel-> custom css box.

Than you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.