csvikram / encora-luma-child
Encora luma child theme
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Less
Type:magento2-theme
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/theme-frontend-blank: 100.4.*
This package is auto-updated.
Last update: 2025-06-20 08:05:56 UTC
README
Installation Guide
Type 1: Zip file
- Unzip the theme zip file in
app/design/frontend/Encora/luma_child
- Apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the luma child theme by running
composer require csvikram/encora-luma-child:dev-master
- apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
Admin Configuration
- Add a static block for the header top bar. Identifier - header_top_bar and it will display on top of the header on every page.
- Add static block for banner slider. Identifier - home_banner_slider and it will display on the home page.