Hide the Footer Newsletter Form

  1. Please go to Appearance >> Customize >> Custom CSS and JS

  2. Inside the Custom CSS box, please paste the code below.

#footer form {
display: none !important;
}

This will hide the Newsletter form from the footer section.

Thank You