Hello,
How do I make to have this widget area for the header of only one page (blog page) of the website?
Wouldn’t like to have this widget area in all pages…
Thanks,
Newton
Hi newtonlinchen!
There shouldn’t be any widget areas in the header by default. Are you doing this? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
If so then add this to your custom CSS.
#header .widget { display: none; }
.page-id-25 #header .widget { display: block !important; }
And change 25 to the ID of your page.
Cheers!
Elliott
Thank you very much!
Actually I would need a header widget only in the posts page!
I think this will do!
All the Best,
Newton Linchen
Brazil