Magento – Change the title on Module-Newsletter

layoutmagento2modulexml

Ok, this sounds like it should be really simple but its driving me crazy. All I want to do is change the title above the Newsletter subscribe form in the footer of Magento 2. I have a child theme of Luma.

I thought I could just copy module-newsletter from vendor/magento/module-newsletter in to my theme directory and it would override. But this doesn't seem to be the case. There must be a way of altering the /vendor/magento/module-newsletter/view/frontend/templates/subscribe.phtml file from my child theme?

Best Answer

at your theme directory and the file path

 design/frontend/Vendor/themename/Magento_Newsletter/templates/subscribe.phtml

Vendor: the first char Uppercase

themename: lowercase

Related Topic