[Support request] Disabling the Page Header

Home Forums Support [Support request] Disabling the Page Header

Home Forums Support Disabling the Page Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #437638
    robmac

    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

    #437907
    Leo
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.