Answer the question
In order to leave comments, you need to log in
How to remove the Home item from the menu in Joomla 3.x?
How to make it so that the Home item is not displayed in the menu, and at the same time the Home page works as the default page and can be reached by clicking on the site icon?
Answer the question
In order to leave comments, you need to log in
Option 1
Create another menu (the so-called hidden menu).
It has the only Home item (make it the main one).
This is the most hidden menu, just do not display it on the site.
Option 2 - hide the first menu item with css
#menu li:first-child{
display: none;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question