Search code examples
prestashophtmlcategories

How to change the 'Home' category name prestashop?


I'm just started the Prestashopv1.6.1.6 and want to change the 'HOME' category name appeared on the Top-horizontal menu to other.

I googled much, but the topics were specific for old versions.

Any advice?


Solution

  • You should be able to modify the "home" category name from prestashop backend.

    In menu Catalog > Categories (index.php?controller=AdminCategories) > click on main / root category (usually named home and id_category=1)

    In the main category admin, click on edit button (index.php?controller=AdminCategories&updatecategory&id_category=1 if id category is 1), and the first field is name, where you can modify it.