• Resolved rod

    (@nomadarod)


    Hi Oliver,

    Is it possible to hide the header (title but also reduce the space dedicated to the featured image, like the options plugin allows) in pages but not in posts?

    best regards
    Rod

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Absolutely. Currently, the option hides for all, as you have seen with this CSS …

    .page .entry-header, .single .entry-header {
    display: none;
    }

    So to hide just for pages, remove the second part and use this instead …

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

    Hope that helps.

    Oliver

    Thread Starter rod

    (@nomadarod)

    Yes it did.

    Glad to have you there,

    Rod

    Plugin Author Oliver Campion

    (@domainsupport)

    That’s great. Marking this as “resolved”.

    Oliver

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide only page’s entry.header, not posts.’ is closed to new replies.