avoid message "Nothing Found It ssems we cant find what you're looking for…"
- The topic ‘avoid message "Nothing Found It ssems we cant find what you're looking for…"’ is closed to new replies.
Need help? Check out our Support site, then
Hi
I would like to make my webpage as simple as possible, and therefore would prefer not having any blog posts on the landing page, just the menu on the left hand side. Is that possible, without getting a message saying”Nothing Found….” ?” First I thought it was only me who could see the message, but no.. hope someone can help! Cheers
The blog I need help with is: (visible only to logged in users)
Hello,
Message on the homepage can be hidden if you add this class to Custom CSS:
section.no-results.not-found {
display: none;
}
Thank you,
– Djordje