• Resolved m187

    (@m187)


    Hi
    How to remove page/post headers?
    the following doesn’t work.
    .page-header {
    display: none;
    }

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    This code should do the trick:

    .page .feature-img.bg-img,
    .post .feature-img.bg-img {
      display: none;
    }

    Thanks!

    Thread Starter m187

    (@m187)

    Thanks, but I mean text headers (the titles).
    This code seems to address feature imgs.

    Theme Author Organic Themes

    (@organicthemes)

    Ah, I thought you were referring to the header images. The following code should remove the page titles from page, if that’s what you’re looking for:

    .page-holder .headline {
      display: none;
    }

    Thanks!

    Theme Author Organic Themes

    (@organicthemes)

    Marking resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove page and post headers?’ is closed to new replies.