Tutorials + Resources
Your in-house library for tutorials and other resources to edit and customize your template with ease.
Can’t find what you’re looking for? Contact us:
Video Tutorials
Open in YouTube to browse the full playlist! These are just helpful Tutorials for if you want to add or adjust your website at any time on your own!
<style>.header, #footer-sections {display:none!important;}</style>
Code Snippets
Code used to Remove Header & Footer from Link in Bio Page:
Insert code: Go to Page Setting, select Advanced, paste Code, and Save.
Burger Navigation Code for Main Menu
Insert Code: Scroll Down in the Website Owner Menu (menu with your pages that you can edit from), select Website Tools, select Custom CSS, past Code, and Save. Refresh the website if needed, but it should show immediately.
@media screen and (min-width:768px) {
/* hide header navigation */
.header-nav {
display: none;
}
/* Hide header buttons */
.header-actions {
display: none;
}
/* show burger menu*/
.header-burger {
display: flex;
}
/* Show overlay mobile menu */
}
Domain Connection Tutorials
Eternity Now is not affiliated with nor claim anything to or from the creators of these tutorials, we simply have found them useful and believe they can be helpful in your journey.