Gateway theme – remove featured posts?
-
Hello! I’m using the Gateway Theme and I’m trying to have it appear without the 3 featured posts.
I’ve deleted all posts (so I’ve only got pages), but now, it’s displaying a message “Nothing Found. It seems we can’t find what you’re looking for. Perhaps searching can help.”
Is there a way to somehow remove this message (my preferred solution)? Or alternatively, to select 3 of my pages (i.e. three of those in the menu bar at the top) to display as ‘posts’ there? Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi eileendiskinucd.
I’ve been working on the same thing. I think I kinda found a solution.
If you enter the code below into the CSS option, it will get rid of the “Nothing Found”. The only problem is that I can’t figure out how to get rid of the Featured Post Section separating lines. Let me know if you figure it out!
CSS Code (below)
.featured-posts {
display: none;
}
- The topic ‘Gateway theme – remove featured posts?’ is closed to new replies.