Buy me a coffee

How to remove Footer and Announcement Bar on Landing Page

To remove Footer and Announcement Bar on One Page/Landing Page, you can follow these

#1. Find Page ID.
In my example, it is: #collection-6673f2e18432c25013aee99f

12395149603bc6659f2a Min

#2. Next, use this code to Custom CSS box

#collection-6673f2e18432c25013aee99f {
   .sqs-announcement-bar-dropzone, footer.sections {
  	display: none !important;
  }
}

68a6c737f045561b0f54 Min