sparkles2.png

Remove Footer

 

This effect is mainly used for landing pages, however on some pages you may want a unique/custom footer. This code removed the default footer from the site from the select page.

 
 
 

See the effect in action

 
Screenshot 2021-07-06 at 11.23.20.png
 
 
 

How to use the Effect

Simply head to the 'edit CSS' section of Blocklab whilst, copy and paste the below code in, hit 'Save' and then go back to Blocklab and hit 'Publish' to apply the effect.

 

HOMEPAGE

#shop .homepage #blocklab-footer {
    display: none !important;
}

 

OTHER PAGES

#shop .landingpage #blocklab-footer {
    display: none !important;
}

(To set the page to remove the footer, change the part in Blue to match the page name (remove any spaces. For example, /pages/landing-page because .landingpage))