1. trying to get rid of the nav bar that shows up after I click “Buy Tickets” or at least use one that is already in the system. I deleted all the nav menus but this one still show up. Is there a way to just hide it?
2. Trying to make this page responsive but when I view it on my mobile iphone5 it’s not.
1. trying to get rid of the nav bar that shows up after I click “Buy Tickets” or at least use one that is already in the system. I deleted all the nav menus but this one still show up. Is there a way to just hide it?
That’s from your theme and it looks like the ‘fallback_menu’ the theme uses when no other menu is set.
You can hide the menu items on that specific page using:
.page-id-704 .main_menu {
display: none;
}
2. Trying to make this page responsive but when I view it on my mobile iphone5 it’s not.
The page being responsive will generally be down to your theme, unless it’s a specific element? It looks fine for me in Chrome emulating mobile devices and on my S6 Edge (don’t own an iPhone sorry).
Can you post a screenshot of what you see please?
Viewing 1 reply thread
The support post ‘Hide nav menu and make page responsive.’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.