change Logo in Magento 2 | Uploading Your Logo
August 13, 2019
change Logo in Magento 2 From the admin sidebar, click on Content and under Design click Configuration. Find the Main Website and click edit on… Read More →
August 13, 2019
change Logo in Magento 2 From the admin sidebar, click on Content and under Design click Configuration. Find the Main Website and click edit on… Read More →
August 13, 2019
Remove page title Create a cms_index_index.xml file in “/app/design/frontend/(vendor)/(theme)/Magento_Theme/layout” and paste the following code – <?xml version=”1.0″?> <!– /** * Copyright © 2016 Magento. All… Read More →
August 7, 2019
You can add a class to an HTML element using JavaScript by using the classList property. The classList property provides methods for working with the… Read More →
Change Customer Login Title in Magento 2 Create a customer_account_login.xml file to change title of customer login For theme – app/design/frontend/{Packagename}/{themename}/Magento_Customer/layout/customer_account_login.xml For module – app/code/{Package}/{Module}/view/frontend/layout/customer_account_login.xml… Read More →
July 11, 2019
# Edit your php.ini file- session.gc_maxlifetime = 1440 # Go to config.inc.php in phpmyadmin add the following code.. $cfg[‘LoginCookieValidity’] = 60*60*24*7; // 60*60*24*7 = one… Read More →
Take note of the partitions ids with the following code from Terminal.. sudo blkid Open the config file- sudo nano /etc/fstab And use the partition… Read More →