
If you just want to add your website name and a few links without using extensions, add this HTML to your custom footer:
<div style="text-align: center; padding: 12px 0; font-size: 13px; color: #888; border-top: 1px solid #eee; margin-top: 8px;">
<span style="margin-right: 16px;">© 2026 Website Name</span>
<a href="https://example.com/terms" target="_blank" style="color: #888; text-decoration: none; margin: 0 8px;">Terms</a>
<span style="color: #ccc;">|</span>
<a href="https://example.com/privacy" target="_blank" style="color: #888; text-decoration: none; margin: 0 8px;">Privacy</a>
</div>
<div class="mobiletab-spacer"></div>
<style>
.mobiletab-spacer {
height: 0;
}
@media (max-width: 767px) {
.mobiletab-spacer {
height: 70px;
}
}
</style>
The <div class="mobiletab-spacer"></div> is only for those who use the mobiletab extension.