Hello – I’d like to make my category and archive pages display the relevant posts in grid layout just like my blog page does.
My blog page: http://pages.sanesolution.com/ (hiding all but title)
Right now both the category and archive pages show an excerpt. How can I hide the excerpt so I can have a consistent look across all these pages? Thank you
Hi stunna42!
You can setup the blog layout in Dashboard > Enfold > Blog Layout. You can set it to grid and your archives will use that style also.
Add this to your custom CSS to hide the excerpt.
.slide-entry-excerpt { display: none !important; }
Cheers!
Elliott
Perfect! Thanks Elliott