Site logo

Archived topic

Disabling the Page Header

1 reply · Started by robmac on November 29, 2017

Viewing posts 1–2 of 2

Hi Tom/Leo,

Try as I may, I cannot disable the TOP "Artificial Fruit" [black type] - I've disabled it in the page "elements" and also tried:

.page-header {
display: none;
}

.post-header {
display: none;
}

.page-header {display;none;)

#page-36 .page-header {
display: none;
}

No luck sadly......any suggestions greatly appreciated please?

Thank you,
Robert

Hi there,

Try

.category .page-header {
    display: none;
}

Make sure you add it in the global CSS editor as that's an index page so WordPress ignores all metabox values.

This archived topic is closed to new replies.