If you want to remove the page title only on the home page, then follow the below institution.
You need to override the cms_index_index.xml file in your theme app/design/frontend/themevender/themename/Magento_Cms/layout/cms_index_index.xml and paste the below code in between the body tag.
1 2 3 |
<referenceContainer name="content-container"> <referenceBlock name="page.main.title" remove="true" /> </referenceContainer> |
If you want get query string params in controller file,...
Create di.xml and add the below code Magemonkey/Redirect/etc/frontend/di.xml [crayon-628372c88f4e1393063773/] Create...
You can try below code to change local date to...
Step 1: First you need to add registration.php file in...
Step1 : Override message.js in current theme file on the...