[Resolved] Disabling content box on one page

Home Forums Support [Resolved] Disabling content box on one page

Home Forums Support Disabling content box on one page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36216
    Daryl

    Hi I would like to disable the content container on the homepage is there a way to do this?

    #36319
    Tom
    Lead Developer
    Lead Developer

    The content container, including any sidebars:

    .home .site-content {
          display: none;
    }

    the content container, excluding sidebars:

    .home .content-area {
          display: none;
    }

    Let me know if you need any more help ๐Ÿ™‚

    #73018
    Kelly

    I, too, would like to remove the post container on the homepage, but keep my page header. Is there a way to only delete the post container while maintaining the image?

    Thanks!!

    #73078
    Tom
    Lead Developer
    Lead Developer

    Hi Kelly,

    Did the above code I provided not work for you?

    Let me know ๐Ÿ™‚

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