Topic Resolution: Resolved
  • Closed
  • Patrick Wong
    Spectator
    28.04.2015 at 22:34 #17046

    Hi,
    I am running on evolve plus theme, and I tried everything to disable the blog at the bottom of my main/home page.
    this is my home page : http://lecadet.fr/

    I tries to delete the only default article, but now it shows “not found, sorry, you are looking for something that doesn’t exist here.”
    How can I disable this content please?

    Many Thanks!

    Roman
    Spectator
    Posts: 3147
    29.04.2015 at 20:59 #17061

    what about assign an empty page as front page in Settings -> Reading

    Patrick Wong
    Spectator
    Posts: 4
    30.04.2015 at 17:12 #17111

    Hi Roman,
    Thanks for your answer it works perfecly,
    There’s still a little blanck space at the bottom but meanengless,

    Thanks!!

    Roman
    Spectator
    Posts: 3147
    30.04.2015 at 19:57 #17118

    paste this in Theme Options -> Custom CSS:

    .home #primary {
    display:none;
    }