Viewing 2 reply threads
You must be logged in to reply to this topic.
After a recent update, it appears that ALL my sites are now showing the Default Page Header. How do I fix this without having to do it on each individual page?
If I go to the HEADER OPTIONS, the ACTIVE PAGE HEADER is turned off, Yet it shows
Hi,
if you mean the “Default Page Header” in the “General Options Menu” you can add the following code to your style.css-file (e.g. inside your child-theme):
.header_page {
display: none;
}
For me it do work fine at the moment.
Hi @2ladyluck2,
Your help is appreciated – Lets wait @reymena3 input.
Thanks,
You must be logged in to reply to this topic.