- Learnyst Support
- Website Builder
Remove Buttons in Landing Page
If you are looking to keep your landing page simple without any call to action buttons then this article will help you.
To remove the call to action buttons on your landing page, please add a custom code section and add the below code snippet.
Make sure to remove the default code in the custom code section and just add the below code.
<style>button.button-editable.simple-header-btn.signup-btn {
display: none;
}</style>