Hey @uniquiadm
Which bar are you referring to exactly? There’s a few in the screenshot you added so I’m not entirely sure which one you mean.
It’s on the menu.
At the top of the page
Sorry, I’m using a translator
Hey @uniquiadm
Can you share a link to your site? That will allow us to inspect the code and see what can be done to help.
due to the problem with wp staging, I have not yet published
found another solution that can solve the problem
eliminate the header and use the elementor menu
how can i remove it?
I got it with this code
.home .site-header {
display: none;
}
But, I need it on all pages, just removed it from the main
Hey @uniquiadm
If you want to remove the header from all pages in your site (not just the home page), you can use this code:
.site-header {
display: none;
}
I can’t say for sure that this works though. For that, I would need to see your site, but give that a try.
great! Thank you very much.
Glad to hear it – thanks for letting us know!
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.