Forums
Home / Theme: Storefront / Top bar – decrease
(@uniquiadm)
4 years ago
i need change the size top bar
How do it with CSS?
Thanks
Image
(@senff)
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
Can you share a link to your site? That will allow us to inspect the code and see what can be done to help.
3 years, 11 months ago
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
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.
(@wpniall)
3 years, 8 months ago
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.