Resolved

Remove footer from home page only

Ultra Theme started by adr Apr 23, 2018 3 replies
adr Apr 23, 2018 · 12:18 am #9492

Hello,

Is there a way in the them to remove the footer from the home page only?

Andrew Misplon Puro Apr 23, 2018 · 7:26 am #9493

Hi 🙂 Please, send a link and I’ll take a look. You can use the private reply option to send URLs. Thanks.

adr Apr 23, 2018 · 4:36 pm #9504

This reply has been marked as private.

Andrew Misplon Puro Apr 23, 2018 · 5:02 pm #9505

Hi 🙂

You can hide the footer widgets on any page using the Page Settings meta box in the right column. You could hide the bottom bar by adding to Custom CSS or Additional CSS:

.home .site-footer .bottom-bar {
	display: none;
}

That’ll only work when this page is assigned as the home page because it relies on the body class home.

For creating different menus I’m using https://wordpress.org/plugins/menu-items-visibility-control/ but it might be a little technical. I wish I had other plugins to recommend but unfortunately, have only used this one so far.

4 posts