Archived topic
Header widget not showing
3 replies · Started by Daan van on August 4, 2017
Hallo all,
Probably I just missed a button, but I can't get the page header widget to work. I've tried multiple widgets, content in header does show when I put something in there, element is not disabled and the same widgets are showing when I put them in the top bar. Can someone help me?
I want to use header for the woocommerce product categories widget, so that the filter is shown nicely above the shop's content, even in mobile view.
Thank you so much!
Hi there,
Sorry just making sure you are referring to header widget and not the page header feature?
The page header isn't showing because the you are using the navigation as header and the actual site header is hidden by this CSS:
.site-header {
display: none;
}
Damnit, how could I look over that?! Thank you a lot for discovering my fault!
Glad I could help!