In trying to rearrange my top horizontal main menu (Marinelli), moving "home" tab 1st in sequence.
I did something where I now have two home tabs.
I spent some time trying to delete the 2nd "home" tab and getting nowhere.
Any suggestions?

Comments

missmobtown’s picture

When you're in admin/structure/menu/manage/main-menu do you see two links for Home there? Have you tried to either disable or delete the extra link for Home?

CG

kisugiai’s picture

you mean the
Main Menu with mashien namen main-menu?
if yes and you get Page not found whith admin/structure/menu/manage/main-menu
then you need to add an entry in the SQL

INSERT INTO `yourprefix_menu_custom` (`menu_name`, `title`, `description`) VALUES
('main-menu', 'Main Menu', 'The <em>Main</em>');

then go to admin/config/development/performance clar cache.
and you can edit your Main Menu again

来生愛