I want to override Customer login form of core files. In customer/account/login
xml file I already added my custom file path and override it , but still it is not working.
How can i override form/login.phtml file ?
please help me....
xml => customer_account_login.xml
<referenceBlock name="customer_form_login">
<action method="setTemplate">
<argument name="template" xsi:type="string">Name_Abc::form/login.phtml
</argument>
</action>
</referenceBlock>