M
M
mr_blond972016-01-23 23:08:46
CMS
mr_blond97, 2016-01-23 23:08:46

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?eebb4e5f55594c9c8d73953cbe2737c7.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
#
#rybak, 2016-01-23
@mr_blond97

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;
}

I
Imazay91, 2020-06-03
@Imazay91

The question regarding Joomla is solved much easier - Link options - Show in the menu - Select "NO"
5ed7b4ac197b8446245702.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question