Shop Categories

X

Reply To: Delete Footer

Home Forums Agama Pro Delete Footer Reply To: Delete Footer

#27686
Jerry
Keymaster

Hello Antonio,

You can do it via Custom CSS feature inside the customizer.
Go to: Appearance -> Customize -> General -> Custom CSS

And add there next CSS code:

#footer-wrapper {
  display: none;
}

Best Regards