How to Manage Custom Email Templates in Magento 2

Communicating with your customers is essential to smooth working of your online business. It’s a good practice for the store owner to notify them about different things like orders, subscriptions, promotions, invoices etc. This makes your clients trust your business and motivates them to return to your online store more and more. When a customer […]

read more

Slider

Slider is basically container for banners. You can setup title, number of visible banners and its dimensions, add custom css and setup slider options Full list of banner slider parameters Slider Data Enabled – Enable / disable slider Alias – Unique slider Alias used in xml layouts and cms shortcodes Title – slider title Show […]

read more

Configuration

Navigate to Stores > Configuration > Nwdthemes > Powerbanners to modify extension configuration General Custom CSS – Add custom css

read more

Before start

Important It is highly recommended to install the theme on a test server before you install it on your live store Backup Backup store files and the store database. Disable the following options: Merge CSS Files, Enable Javascript Bundling, Merge JavaScript Files and Minify JavaScript Files under Stores > Configuration > Developer. disable Magento cache […]

read more

Magento 2: How to add Google Font

You might already check Include static resources (JavaScript, CSS, fonts) article by magento team. They state that to add google font you need to update /Magento_Theme/layout/default_head_blocks.xml with <link src=”http://fonts.googleapis.com/css?family=Montserrat” src_type=”url” /> But as a result it is not working. Correct code is <link src=”https://fonts.googleapis.com/css?family=Montserrat” src_type=”url” rel=”stylesheet” type=”text/css” /> It wont work without additional parameters. Google […]

read more

Magento 2 Command-Line Interface (CLI) Commands List

Magento 2 comes with built-in powerful command-line interface tool. It allows you to perform wide variaty of tasks including installation, configuration, database backups, compiling LESS etc. If you missing a feature, you can extend it with your own commands set. You will find using magento 2 command-line interface (CLI) commands pretty handy. Tool location: /[magento_root]/bin/magento. […]

read more

Customize Theme

1. Upload custom logo for admin panel in Custom Logo section 2. Change fonts for different interface parts in Fonts section 3. Change colors of interface elements in Colors sections 4. Add your Custom CSS Click Update Theme Settings button to apply updates

read more