> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Create landing page with EasyStore

Remove Webpage’s header, so customer will come navigate to other page. 

Step 1 : Go to [EasyStore Admin](https://admin.easystore.co/) > Click Channel > click on 'Online Store'

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/yordle-13_zekgmq.png)

Step 2 : Click on Themes > Edit source 

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/yordle-14_8gzxpm.png)

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/yordle-16_tad8xv.png)

Step 3 : Go to 'Assets' > Click *base.css* and add this code inside the webpages around line 10
```css
#easystore-section-header  {
display:none;
}
```

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/yordle-17_bjdaod.png)

Step 6 : Save and done.

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/screenshot-2023-07-20-at-17122_z871kq.png)