How to modify the Magento2 page title?

You can set title using below xml code:

<referenceBlock name="page.main.title">
    <action method="setPageTitle">
        <argument translate="true" name="title" xsi:type="string">New Page Title</argument>
    </action>
</referenceBlock>

Leave a Reply

Your email address will not be published. Required fields are marked *