Articles on: Component settings

How to hide the footer from a specific page or from the entire site


Go to the Page settings
and paste following custom code in the Custom <head> code section

<style>
.footer-02 {
display: none;
}
.footer-04 {
display: none;
}
</style>


Page settings -&gt; Custom &lt;head&gt; code


Go to the General settings
and paste following custom code in the Global <body> HTML code section

<style>
.footer-02 {
display: none;
}
.footer-04 {
display: none;
}
</style>


General settings -&gt; Global &lt;body&gt; HTML code

Updated on: 16/09/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!