- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by Andrew Misplon.
Tagged: footer
- AuthorPosts
- April 23, 2018 at 12:18 am #9492
adrParticipantHello,
Is there a way in the them to remove the footer from the home page only?
April 23, 2018 at 7:26 am #9493
Andrew MisplonKeymasterHi 🙂 Please, send a link and I’ll take a look. You can use the private reply option to send URLs. Thanks.
April 23, 2018 at 4:36 pm #9504
adrParticipantThis reply has been marked as private.April 23, 2018 at 5:02 pm #9505
Andrew MisplonKeymasterHi 🙂
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.
- AuthorPosts
You must be logged in to reply to this topic.