Edit app/design/frontend/Eyewearca/glasses/Magento_Cms/layout/cms_index_index.xml, and add the following code: To clear the caches and run the following commands:
Category: Magento
How to Remove H1 Tag from Categories of Magento 2.3.6?
To override inside a vendor module, the layout should be placed in app/design/frontend/mytheme/theme/Magento_Catalog/layout/catalog_category_view.xml Make sure you clear your cache etc by running:
How to Renew SSL Certificate on Magento 2 / NGINX?
I have installed lnmp (Linux, Nginx, MySQL, and PHP) environments for www.cheapglasses.net. I use the free SSL Certificate – Let’s Encrypt. By default, LNMP will renew Let’s Encrypt automatically. Today, I found https://www.cheapglasses.net not working, and I found Let’s Encrypt failed to be renewed automatically. I googled “Magento 2 let’s encrypt auto renew failed” and… Continue reading How to Renew SSL Certificate on Magento 2 / NGINX?
How to Allow or Disallow A Customer to Access Customer Area of Magento
If you use Nginx, and Linux systems for your web hosting, modify nginx.conf, and add the following code to the proper place. If you use Apache and Linux systems for your web hosting, Create a folder named “customers” under your Magento 2.4 based shop, under the newly added folder, create a file named .htaccess, and… Continue reading How to Allow or Disallow A Customer to Access Customer Area of Magento