Top bar menu for main page but not inner pages - possible? how?

Hi

I would like top bar menu to only show on home page but not the inner pages.
Is it possible?

Hey Alyce,

Yes, that would be possible with custom CSS depending on how comfortable you are with doing some coding on your own. If you have the top bar active site-wide, you would most likely need to hide it on every page that you don’t want it on. You would need to target the page ID available for each page and use something to the effect of:

.page-id-“my-page-id-here” .fl-page-bar {
display: none;
}

Hope that helps!

Best,
Billy

I am not a techie and nervous about changing CSS unless instructions are dummy proof.
I will try to workaround. But have added this as a feature consideration.
Thank you.