Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 Home Style 2
home 3 Home Style 3

Homepage Configuration

  • To configure the default home page for your store, please go to Stores>> Settings >>Configuration>>General>>Web>>Default Pages tab, select the desired page in the CMS Home Page field and save configuration.
  • You need to change to the website / store view that you want to change (the dropdown menu in the upper left corner). You will probably have to create a new CMS page if you want to have something different from your default home page.

From the top menu, please select Content >> Elements >> Pages. Here you can find all the store pages that you have imported, so you don't need to add them. You only need to update the pages HTML and XML content as you wish.

  • Step 1. Open any of them in order to get the access to the content.


  • Step 2. Edit the content as you desire


  • Step 3. Press Save Page button to save your configuration

  • How to edit description?
    To edit description, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "short-description-newsletter-popup".
    You can edit code HTML in your cms contents.
    ≪div class="newsletter-content">
    	≪div class="newsletter-title">Newsletter Subscribe≪/div>
    	≪p>
    		Subscribe to the mailing list to receive updates on new arrivals, special≪br/>offers and other discount information.
    	≪/p>
    ≪/div>
  • How to change background image?
    In the code directory, please go to 2 folders and coppy override background image:
    pub/static/frontend/Sm/metro/en_US/images/bg-newsletter.jpg
    app/design/frontend/Sm/metro/web/images/bg-newsletter.jpg

  • To edit the "ID1-Block1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block1".
    You can edit code HTML in your cms contents.
    
                <div class="slidershow">
    					<div class="owl-carousel owl-theme">
    						<div class="item">
    							<a href="#" title="Image Slider">
    								<img src="{{media url="wysiwyg/slideshow/home-1/item-1.jpg"}}" alt="Image Slider" />
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Image Slider">
    								<img src="{{media url="wysiwyg/slideshow/home-1/item-2.jpg"}}" alt="Image Slider" />
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Image Slider">
    								<img src="{{media url="wysiwyg/slideshow/home-1/item-3.jpg"}}" alt="Image Slider" />
    							</a>
    						</div>
    					</div>
    					
    					<script type="text/javascript">
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							$(".slidershow .owl-carousel").owlCarousel({
    								items:1,
    								autoplay:true,
    								loop:true,
    								nav : false, 
    								dots: true,
    								autoplayHoverPause: true,
    								margin:1
    							});	  
    						});	
    														
    									
    					</script>
    				</div>
    				
    				<div class="shop-services">
    					<div class="owl-carousel owl-theme">
    						<div class="item">
    							<a href="#" title="Shop Mall">
    								<img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Shop Mall" />
    								
    								<span>Shop Mall</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Reward Coin">
    								<img src="{{media url="wysiwyg/icon/icon-2.jpg"}}" alt="Reward Coin" />
    								
    								<span>Reward Coin</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Card & Services">
    								<img src="{{media url="wysiwyg/icon/icon-3.jpg"}}" alt="Card & Services" />
    								
    								<span>Card & Services</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Big Promotion">
    								<img src="{{media url="wysiwyg/icon/icon-4.jpg"}}" alt="Big Promotion" />
    								
    								<span>Big Promotion</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Marketplace">
    								<img src="{{media url="wysiwyg/icon/icon-5.jpg"}}" alt="Marketplace" />
    								
    								<span>Marketplace</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Gift Cards">
    								<img src="{{media url="wysiwyg/icon/icon-6.jpg"}}" alt="Gift Cards" />
    								
    								<span>Gift Cards</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Buying Guides">
    								<img src="{{media url="wysiwyg/icon/icon-7.jpg"}}" alt="Buying Guides" />
    								
    								<span>Buying Guides</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Affiliate">
    								<img src="{{media url="wysiwyg/icon/icon-8.png"}}" alt="Affiliate" />
    								
    								<span>Affiliate</span>
    							</a>
    						</div>
    						
    						<div class="item">
    							<a href="#" title="Shop Mall">
    								<img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Shop Mall" />
    								
    								<span>Shop Mall</span>
    							</a>
    						</div>
    					</div>
    					
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".shop-services .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:2
    									},
    									480:{
    										items:3
    									},
    									768:{
    										items:5
    									},
    									992:{
    										items:6
    									},
    									1200:{
    										items:7
    									},
    									1440:{
    										items:8
    									}
    								},
    
    								autoplay:false,
    								loop:true,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:30,
    							});	  
    						});	
    					
    					</script>
    				</div>
  • To show the "ID1-Block1", please go to Content >> Elements >> Pages.
  • Please add this code in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="id1-block1"}}
    

  • To edit the "ID1-Block2", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block2".
    You can edit code HTML in your cms contents.
    <div class="product-slider product-slider-1">
    					{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" title_module="Electronics & Computer" display_countdown="0" product_source="lastest_products" select_category="97,98" product_limitation="7" show_viewmore="1" viewmore_text="View all" viewmore_link="#"}}
    				
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".product-slider-1 .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:2
    									},
    									768:{
    										items:3
    									},
    									992:{
    										items:4
    									},
    									1200:{
    										items:4
    									},
    									1600:{
    										items:5
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
    				
    				<div class="product-slider product-slider-2">
    					{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" title_module="Books & Audible" display_countdown="0" product_source="lastest_products" select_category="101" product_limitation="7" show_viewmore="1" viewmore_text="View all" viewmore_link="#"}}
    				
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".product-slider-2 .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:2
    									},
    									768:{
    										items:3
    									},
    									992:{
    										items:4
    									},
    									1200:{
    										items:4
    									},
    									1600:{
    										items:5
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
    				
    				<div class="categories-slider">
    					{{block class="Sm\Categories\Block\Categories" template="Sm_Categories::default-slider.phtml" title_module="Shop By Categories" select_category="105,99,107,104,98" limitation="0"}}
    					
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".categories-slider .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:2
    									},
    									768:{
    										items:3
    									},
    									992:{
    										items:4
    									},
    									1200:{
    										items:4
    									},
    									1600:{
    										items:4
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
    				
    				<div class="product-slider product-slider-3">
    					{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" title_module="Home, Garden & Tools" display_countdown="0" product_source="lastest_products" select_category="104" product_limitation="7" show_viewmore="1" viewmore_text="View all" viewmore_link="#"}}
    				
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".product-slider-3 .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:2
    									},
    									768:{
    										items:3
    									},
    									992:{
    										items:4
    									},
    									1200:{
    										items:4
    									},
    									1600:{
    										items:5
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
    				
    				<div class="product-slider product-slider-4">
    					{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" title_module="Sports & Outdoors" display_countdown="0" product_source="lastest_products" select_category="106" product_limitation="7" show_viewmore="1" viewmore_text="View all" viewmore_link="#"}}
    				
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".product-slider-4 .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:2
    									},
    									768:{
    										items:3
    									},
    									992:{
    										items:4
    									},
    									1200:{
    										items:4
    									},
    									1600:{
    										items:5
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
  • To show the "ID1-Block2", please go to Content >> Elements >> Pages.
  • Please add this code in your cms contents.
     {{block class="Magento\\Cms\\Block\\Block" block_id="id1-block2"}}

  • To edit the "ID1-Block3", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block3".
    You can edit code HTML code in your cms contents.
    <div class="partners clearfix"≫
    					<div class="title-block"≫
    						<h2≫Sponsored Partners</h2≫
    					</div≫
    					
    					<div class="partners-items"≫
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-6.jpg"}}" alt="Partners Image" /≫
    							</a≫
    							
    							<div class="partners-title"≫
    								<a href="#"≫Extra 25% off, Book now</a≫
    							</div≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-7.jpg"}}" alt="Partners Image" /≫
    							</a≫
    							
    							<div class="partners-title"≫
    								<a href="#"≫Automotive & Industrial</a≫
    							</div≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-8.jpg"}}" alt="Partners Image" /≫
    							</a≫
    							
    							<div class="partners-title"≫
    								<a href="#"≫Buy & Rent Real Estate</a≫
    							</div≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-9.jpg"}}" alt="Partners Image" /≫
    							</a≫
    							
    							<div class="partners-title"≫
    								<a href="#"≫Online Course</a≫
    							</div≫
    						</div≫
    					</div≫
    				</div≫
    				
    				<div class="brand-slider clearfix"≫
    					<div class="owl-carousel owl-theme"≫
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    						
    						<div class="item"≫
    							<a href="#"≫
    								<img class="mark-lazy" src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image" /≫
    							</a≫
    						</div≫
    					</div≫
    					
    					<script≫
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".brand-slider .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:2
    									},
    									480:{
    										items:3
    									},
    									768:{
    										items:4
    									},
    									992:{
    										items:4
    									},
    									1200:{
    										items:5
    									},
    									1600:{
    										items:6
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script≫
    				</div≫
  • To show the "ID1-Block3", please go to Content >> Elements >> Pages.
  • Please add this code in your cms contents.
     	{{block class="Magento\\Cms\\Block\\Block" block_id="id1-block3"}}

  • To edit the "ID1-Block4", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block4".
    You can edit code HTML in your cms contents.
    <div class="slider-deals">
    					{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" title_module="Hot Deals" display_countdown="1" product_source="special_products" select_category="" product_limitation="3"}}
    				
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".slider-deals .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:1
    									},
    									768:{
    										items:2
    									},
    									992:{
    										items:3
    									},
    									1200:{
    										items:1
    									},
    									1600:{
    										items:1
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
    				
    				<div class="list-slider list-slider-1">
    					{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider-list.phtml" title_module="Best sellers" display_countdown="0" product_source="best_sellers" select_category="" product_limitation="10" row="5"}}
    				
    					<script>
    						require([
    							'jquery',
    							'owlcarousel'
    						], function ($) {
    							jQuery(".list-slider-1 .owl-carousel").owlCarousel({
    								responsive:{
    									0:{
    										items:1
    									},
    									480:{
    										items:1
    									},
    									768:{
    										items:2
    									},
    									992:{
    										items:2
    									},
    									1200:{
    										items:1
    									},
    									1600:{
    										items:1
    									}
    								},
    
    								autoplay:false,
    								loop:false,
    								nav : true,
    								dots: false,
    								autoplayHoverPause: true,
    								margin:20,
    							});	  
    						});	
    					
    					</script>
    				</div>
    				
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-2.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
    				
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-3.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
    				
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-4.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
    				
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img class="mark-lazy" src="{{media url="wysiwyg/banner/item-5.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
  • To show the "ID1-Block4", please go to Content >> Elements >> Pages.
  • Please add this code in your cms contents.
     {{block class="Magento\\Cms\\Block\\Block" block_id="id1-block4"}}

  • To edit the "Footer", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content".
    You can edit code HTML in your cms contents.
    <div class="footer-middle"≫
    	<div class="container"≫
    		<div class="row"≫
    			<div class="col-xl-2 col-lg-6 col-md-6"≫
    				<div class="block-footer"≫
    					<div class="block-footer-title"≫Customer Service</div≫
    					
    					<div class="block-footer-content"≫
    						<ul≫
    							<li≫<a href="#"≫International Help</a≫</li≫
    							<li≫<a href="#"≫Contact Customer Care</a≫</li≫
    							<li≫<a href="#"≫Return Policy</a≫</li≫
    							<li≫<a href="#"≫Privacy Policy</a≫</li≫
    							<li≫<a href="#"≫Shipping Information</a≫</li≫
    							<li≫<a href="#"≫Promotion Terms</a≫</li≫
    						</ul≫
    					</div≫
    				</div≫
    			</div≫
    			
    			<div class="col-xl-2 col-lg-6 col-md-6"≫
    				<div class="block-footer"≫
    					<div class="block-footer-title"≫Let Us Help You</div≫
    					
    					<div class="block-footer-content"≫
    						<ul≫
    							<li≫<a href="#"≫Your Account</a≫</li≫
    							<li≫<a href="#"≫Your Orders</a≫</li≫
    							<li≫<a href="#"≫Shipping Rates & Policies</a≫</li≫
    							<li≫<a href="#"≫Amazon Prime</a≫</li≫
    							<li≫<a href="#"≫Returns & Replacements</a≫</li≫
    							<li≫<a href="#"≫Help</a≫</li≫
    						</ul≫
    					</div≫
    				</div≫
    			</div≫
    			
    			<div class="col-xl-2 col-lg-6 col-md-6"≫
    				<div class="block-footer"≫
    					<div class="block-footer-title"≫Company Information</div≫
    					
    					<div class="block-footer-content"≫
    						<ul≫
    							<li≫<a href="#"≫About Us</a≫</li≫
    							<li≫<a href="#"≫Careers</a≫</li≫
    							<li≫<a href="#"≫Sell on Metro</a≫</li≫
    							<li≫<a href="#"≫Press & News</a≫</li≫
    							<li≫<a href="#"≫Competitions</a≫</li≫
    							<li≫<a href="#"≫Terms & Conditions</a≫</li≫
    						</ul≫
    					</div≫
    				</div≫
    			</div≫
    			
    			<div class="col-xl-2 col-lg-6 col-md-6"≫
    				<div class="block-footer"≫
    					<div class="block-footer-title"≫Our Shop</div≫
    					
    					<div class="block-footer-content"≫
    						<ul≫
    							<li≫<a href="#"≫Daily Deals</a≫</li≫
    							<li≫<a href="#"≫App Only Deals</a≫</li≫
    							<li≫<a href="#"≫Our Hottest Products</a≫</li≫
    							<li≫<a href="#"≫Gift Vouchers</a≫</li≫
    							<li≫<a href="#"≫Trending Product</a≫</li≫
    							<li≫<a href="#"≫Hot Flash Sale</a≫</li≫
    						</ul≫
    					</div≫
    				</div≫
    			</div≫
    			
    			<div class="col-xl-4 col-lg-12 col-md-12"≫
    				<div class="block-footer"≫
    					<div class="block-footer-title"≫Newsletter Subscribe</div≫
    					
    					<div class="block-footer-content"≫
    						<p class="newsletter-description"≫Enter your email address for our mailing list top keep your self update</p≫
    						{{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}
    					</div≫
    				</div≫
    				
    				<div class="block-footer"≫
    					<div class="block-footer-title"≫Download Our Apps</div≫
    					
    					<div class="block-footer-content content-apps"≫
    						<a href="#" title="Google Play"≫<img src="{{media url="wysiwyg/footer/google-play.png"}}" alt="Google Play" /≫</a≫
    						<a href="#" title="Google Play"≫<img src="{{media url="wysiwyg/footer/app-store.png"}}" alt="App Store" /≫</a≫
    					</div≫
    				</div≫
    			</div≫
    		</div≫
    		
    		<div class="seo-struct"≫
    			<ul≫
    				<li≫<a href="#"≫Home</a≫</li≫
    				<li≫<a href="#"≫Garden, Pool & Patio</a≫</li≫
    				<li≫<a href="#"≫Camping & Outdoor</a≫</li≫
    				<li≫<a href="#"≫Office & Stationery</a≫</li≫
    				<li≫<a href="#"≫Luggage & Travel</a≫</li≫
    				<li≫<a href="#"≫Health & Beauty</a≫</li≫
    				<li≫<a href="#"≫PetsSport</a≫</li≫
    				<li≫<a href="#"≫Home & Kitchen</a≫</li≫
    				<li≫<a href="#"≫Baby & Toddler</a≫</li≫
    				<li≫<a href="#"≫Computers / Cameras</a≫</li≫
    				<li≫<a href="#"≫TV, Audio & Video</a≫</li≫
    				<li≫<a href="#"≫Cellular & GPS</a≫</li≫
    				<li≫<a href="#"≫Movies & TV</a≫</li≫
    				<li≫<a href="#"≫Gaming</a≫</li≫
    				<li≫<a href="#"≫Books</a≫</li≫
    				<li≫<a href="#"≫Music</a≫</li≫
    				<li≫<a href="#"≫Toys</a≫</li≫
    				<li≫<a href="#"≫Fashion</a≫</li≫
    				<li≫<a href="#"≫Vouchers</a≫</li≫
    			</ul≫
    		</div≫
    	</div≫
    </div≫
    

  • To edit "About us" page, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "about-us-page".
    You can edit code HTML in your cms contents.
    <div class="aboutus-page"≫
    	<div class="row"≫
    		<div class="col-lg-3"≫
    			<div class="faq-block"≫
    				<div class="number-faq"≫01</div≫
    				<div class="title-faq"≫
    					<span class="light-text"≫Working at</span≫ Metro
    				</div≫
    				
    				<div class="faq-description"≫
    					If you're an inventor, you'll love being an Merkat. From day one at Metro you'll take ownership of projects that have a direct impact on our customers.
    				</div≫
    				
    				<div class="list-faqs"≫
    					<ul≫
    						<li≫
    							<span class="light-text"≫01</span≫ Explore working at Metro
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫02</span≫ Get to know us
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫03</span≫ Opportunities for veterans
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫04</span≫ Our culture
    						</li≫
    					</ul≫
    				</div≫
    			</div≫
    			
    			<div class="faq-block"≫
    				<div class="number-faq"≫02</div≫
    				<div class="title-faq"≫
    					<span class="light-text"≫Innovation</span≫ Metro
    				</div≫
    				
    				<div class="faq-description"≫
    					We're a company of builders. It's our job to make bold bets, and we get our energy from inventing on behalf of customers.
    				</div≫
    				
    				<div class="list-faqs"≫
    					<ul≫
    						<li≫
    							<span class="light-text"≫01</span≫ Our innovations
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫02</span≫ Research
    						</li≫
    					</ul≫
    				</div≫
    			</div≫
    			
    			<div class="faq-block"≫
    				<div class="number-faq"≫03</div≫
    				<div class="title-faq"≫
    					<span class="light-text"≫Supporting</span≫ Small Business
    				</div≫
    				
    				<div class="faq-description"≫
    					We're a company of builders. It's our job to make bold bets, and we get our energy from inventing on behalf of customers.
    				</div≫
    				
    				<div class="list-faqs"≫
    					<ul≫
    						<li≫
    							<span class="light-text"≫01</span≫ How we support small business
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫02</span≫ Small business impact
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫03</span≫ Success stories
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫04</span≫ Advice for small business owners
    						</li≫
    					</ul≫
    				</div≫
    			</div≫
    		</div≫
    		
    		<div class="col-lg-9"≫
    			<div class="grid-about"≫
    				<div class="grid-items"≫
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-1.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-2.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-3.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-4.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-5.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-6.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    				</div≫
    			</div≫
    		</div≫
    	</div≫
    	
    </div≫

  • To edit "Google maps", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "google-map".
    You can edit code HTML in your cms contents.
    <div class="google-map"><iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3151.8402891185415!2d144.95373631585633!3d-37.817209742014676!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad65d4c2b349649%3A0xb6899234e561db11!2sEnvato!5e0!3m2!1svi!2s!4v1527494727294" width="600" height="450" frameborder="0" allowfullscreen=""></iframe></div>
    
  • To edit "Information", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "info-store-contact".
    You can edit code HTML in your cms contents.
    <div class="store-info-contact clearfix">
    	<ul>
    		<li>
    			<div class="icon-info-contact phone-ico">
    				<span class="hidden">Icon</span>
    			</div>
    			
    			<h3>Phone</h3>
    			<p>
    				Phone 1: (+123) 4 567 890</br>
    				Phone 2: (+234) 5 210 102
    			</p>
    		</li>
    		
    		<li>
    			<div class="icon-info-contact add-ico">
    				<span class="hidden">Icon</span>
    			</div>
    			
    			<h3>Address</h3>
    			<p>
    				2012 Lenorad Creet Street, Behind</br>
    				Los Angeles, USA
    			</p>
    		</li>
    		
    		<li>
    			<div class="icon-info-contact email-ico">
    				<span class="hidden">Icon</span>
    			</div>
    			
    			<h3>Email</h3>
    			<p>
    				Support-customer@MagenTech.Com</br>
    				Martketing@MagenTech.Com
    			</p>
    		</li>
    		
    		<li>
    			<div class="icon-info-contact open-ico">
    				<span class="hidden">Icon</span>
    			</div>
    			
    			<h3>Opening time</h3>
    			<p>
    				Monday-Saturday: 6AM - 9PM</br>
    				Sunday: Closed
    			</p>
    		</li>
    	</ul>
    </div>
    
  • Theme Setting

    In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MAGENTECH.COM >> SM Metro and configure its settings as you want.

    Please click Here to view the theme settings.

    General Options

    Theme Color: In this option, you can set main color of entire page.

    Body Font

    In these options, you can change main font, font size, link color, text color, background, etc.

    Menu

    Menu Style: This theme support 2 types: mega menu and css menu. You can select a menu style that you want.

  • Mega Menu: The menu are items that you have created from module megamenu.
  • CSS Menu: The menu are categories that you have created.
  • Menu on Top: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.

    Mobile Menu Type: This theme support sidebar menu and collapse on mobile. You can select a menu style that you want.

    Layout Style: This theme support boxed and full width layout. You can select a layout style that you want.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.
    Right To Left Layout: This theme support right to left layout. Choose "Yes" to view.

    We provides flexible grid system includes: layout 1 column, layout 2 columns, layout 3 columns. You can change product's quantity per row to fit each screen.

    Image Box

    Thumbs Styles: This option allow you choose thumb style types that you want.
    Enable Loop: Choose "Yes" to repeat your loop.
    Enable Keyboard Trigger: Choose "Yes/No" to "Enable/Disable" keyboard trigger feature.
    Show Navigation: Choose "Yes/No" to "Show/Hide" navigation.
    Enable Popup Fullscreen: Choose "Yes" to show fullscreen popup when you mouse click on the product detail.
    Show Thumbs Navigation: Choose "Yes/No" to "Show/Hide" thumb navigation.
    Thumbs Margin: Distance between the thumb images.
    Thumbs Border Active Width: You can change width of thumb boder when active.
    Breakpoints: Breakpoints are used to set up the screen width at which the design of thumbnails changes.

    Image Zoom

    Enable Product Image Zoom: Choose "Yes/No" to "Allow/Not Allow" show product image zoom when you mouse hover on the product image.

    Social Buttons

    Show social buttons: Choose "Yes/No" to "Show/Hide" social button in detail page.

    Related - Upsell Product

    In these options, you can choose "Yes/No" to "Show/Hide" and set limit quantity for related and upsell products.

    Tab

    Choose tab style types that you want.

    Custom Tab

    Choose "Yes", you can change name and add content for Custom Tab.

    Social

    Choose "Yes" in params Show Facebook, Twitter, Google+, Linkedin... to show socials. When you choose "Yes", you can change name and link of socials.

    Advanced

    Choose "Yes/No" to "Show/Hide" Go to Top, Add to Cart, Add to Wishlist, Add to Compare, Newsletter Popup, Copyright, etc.

    Developer

    To custom Css or Javascript

    Import Static Blocks

    By clicking this button, you can import all static blocks that are used for our demo site.

    Import Pages

    By clicking this button, you can import all pages that are used for our demo site.

    Import Demos

    Click "Demo X" button to install demo version that you prefer to install.

    Note: When you click "Demo X" button, the administration page will reload automatically. After it finishes reloading, please click "Save Config" button and refesh cache.

    Extensions


    Change Log

    Click here to view changelog.