Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #398332

    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

    #398491

    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

    • This reply was modified 9 years, 9 months ago by Elliott.
    #398527

    Perfect! Thanks Elliott

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hide excerpt on category and archive page in grid layout’ is closed to new replies.