[Resolved] Disabling Elements on Blog

Home Forums Support [Resolved] Disabling Elements on Blog

Home Forums Support Disabling Elements on Blog

  • This topic has 5 replies, 2 voices, and was last updated 9 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #102362
    Cassie Thomas

    Hi Tom,

    I’m trying to disable the heading, sub-heading, and copyright on just my blog page, as well as add a featured image. I have all the add ons but the disable elements don’t seem to work on the blog page. I’ve used your CSS to disable the navigation bars, but I can’t figure out how to also disable the above as well as add a featured image.

    Here’s the CSS I’ve been using to disable the navigation bars:

    .blog .main-navigation,
    .archive .main-navigation,
    .blog .secondary-navigation,
    .archive .secondary-navigation {
    display: none;
    }

    Thanks for your help,

    Cassie Thomas
    http://www.cassietm.com

    #102440
    Tom
    Lead Developer
    Lead Developer

    Hi Cassie,

    Is your homepage there the blog page? If so, it looks like you got all of the above disabled?

    If your homepage is the blog page, then you can add a featured image using the Page Header add-on (Appearance > Blog Page Header).

    Let me know ๐Ÿ™‚

    #102530
    Cassie Thomas

    I’m sorry the blog link is here.

    http://cassietm.com/blog/

    #102566
    Tom
    Lead Developer
    Lead Developer

    By heading and sub-heading, do you mean your site title and tagline?

    If so:

    .blog .main-navigation,
    .archive .main-navigation,
    .blog .secondary-navigation,
    .archive .secondary-navigation,
    .blog .site-header,
    .archive .site-header,
    .blog .site-footer,
    .archive .site-footer {
          display: none;
    }
    #102568
    Cassie Thomas

    This worked! Thanks!

    #102644
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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