Topic Resolution: Resolved
  • Closed
  • Homer Williams
    Spectator
    September 9, 2015 at 5:15 am #20534

    I am doing an intranet site and do not want the blog on the site. How can I remove the blog from the bottom of the page. I was able to remove other features but I cannot figure out how to remove it (Hello World!)

    Thank you for your help

    Denzel Chia
    Moderator
    Posts: 2656
    September 9, 2015 at 11:18 am #20539

    Hi,

    Please try the following codes in your Theme Options -> Custom CSS

    .home .post {
    display: none !important;
    }

    If that doesn’t work, Please try to use firebug to find the class name.

    Thanks!

    Homer Williams
    Spectator
    Posts: 1
    September 9, 2015 at 4:35 pm #20549

    Thank you sir. That worked.

    Denzel Chia
    Moderator
    Posts: 2656
    September 10, 2015 at 7:05 am #20562

    You are welcome!

    Thanks!