Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #287764
    summerfoote
    Participant

    Hello, I see others have had this issue too, but I haven’t figured out how to fix it. I want to get rid of the “Nothing Found… Ready to publish your first post? Get started here.” at the bottom of the homepage, but when I use the code I saw mentioned on a different thread, it also hides the portfolio, which I don’t want to do. My site is https://summerfoote.com/

    Thank you!

    #287789
    tikaram
    Keymaster

    @summerfoote: I suggest you to Upgrade to Pro version of the theme where you have the option to disable the section easily. IF you would like to stick with the free version you can add the following additional css.

    .home .archive-posts-wrapper {
        display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #287905
    summerfoote
    Participant

    This worked perfectly. Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide “Nothing Found” but keep portfolio’ is closed to new replies.