Support

Home Forums Event Espresso Premium How can I remove my website header & menu on the people add-on?

How can I remove my website header & menu on the people add-on?

Posted: October 31, 2018 at 4:04 pm

Viewing 6 reply threads


UseItOnMonday

October 31, 2018 at 4:04 pm

I was able to remove the header and menu on the main event page which features the ticket selector because it was listed as on option to change to a “blank page” as part of my theme. However, with the people add-on, our header, logo and menu are still showing. What can I do to remove that?

https://www.imvets.com/people/mj-redman/ (remove logo and menus from top)


Tony

  • Support Staff

November 1, 2018 at 6:14 am

Hi there,

The easiest method to do this is to use some CSS.

So to confirm, you want hide all of the header and all of the footer? If so you can use this CSS:

body.single-espresso_people .fusion-header-wrapper, 
body.single-espresso_people .fusion-footer {
    display: none;
}

However, if thats the case, may I ask how your using are going to navigate away from that page?


UseItOnMonday

November 2, 2018 at 9:06 am

I will try this, I do want to hide the header. The footer, I think I want to hide.
I’m going to add a menu to navigate.


UseItOnMonday

November 2, 2018 at 9:27 am

Do you recommend I plug this code into the core?


Tony

  • Support Staff

November 2, 2018 at 10:19 am

EE core? No.

You can add custom CSS within:

Dashboard -> Appearance -> Customize -> Additional CSS.


UseItOnMonday

November 2, 2018 at 11:42 am

THank you – so glad I asked. It worked! I’ll build the navigation to add there.


Tony

  • Support Staff

November 2, 2018 at 12:02 pm

You’re most welcome, I’m glad it worked for you.

Viewing 6 reply threads

The support post ‘How can I remove my website header & menu on the people add-on?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso