Create landing page with EasyStore
Remove Webpage’s header, so customer will come navigate to other page.
Step 1 : Go to EasyStore Admin > Click Channel > click on 'Online Store'
Step 2 : Click on Themes > Edit source
Step 3 : Go to 'Assets' > Click base.css and add this code inside the webpages around line 10
Step 6 : Save and done.
Step 1 : Go to EasyStore Admin > Click Channel > click on 'Online Store'
Step 2 : Click on Themes > Edit source
Step 3 : Go to 'Assets' > Click base.css and add this code inside the webpages around line 10
#easystore-section-header {
display:none;
}
Step 6 : Save and done.
Updated on: 22/01/2024
Thank you!