Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1971121
Remove footer menu from posts and pages
Closed

Comments

  • Fraula started the conversation

    Hi, 

    Is it possible to remove Top and footer menus from posts / pages and letting it on homepage ?


    Thank you :)

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .penci-top-bar, .footer-menu-wrap{ display: none; }
    body.home .penci-top-bar, body.home .footer-menu-wrap{ display: block; }
    

    Best Regards,

    PenciDesign

  • Fraula replied

    Hi, 

    It worked, thank you very much !