Archived topic
How to get a similar mobile footer bar
3 replies · Started by Faris on May 25, 2022
Hello team,
Any idea/link-for-tutorial on how to get a similar mobile footer bar or footer menu as below?
Hi there,
you could build it using a Block Element - theres one specifically for replacing the Footer:
https://docs.generatepress.com/article/block-element-site-footer/
Or if you want to keep the theme footer then use a Hook:
Wonderful, Thanks! And just from a clean coding perspective, using a hook is a little bit better for performance, right?
All the Elements are using Hooks, just some of them like the Footer we are pre-selecting the hook for you and removing the themes footer function.