Hi! I have a question about the blog layout. I want the “Grid layout” but I don’t want it with excerpts. I can’t choose that from the dropdown, seems that is only possible to not have that if I choose the list layout.
(I am aware I can use “advance layout” for the Blog entry page, and then edit the page as a normal page, using the “blog posts” element and choose not to display excerpts. The problem is that if I click the “archive” or “category” tags in my side menu widgets, all the posts will show in full listed below each other, and I want this displayed as a grid also (which it does when “grid layout” is set.)
So is there a CCS I can enter so that the GRID layout doesn’t display excerpts?
Kind regards, Hannah
I found…
.blog .slide-entry-excerpt.entry-content {
display: none;
}
This seems to have worked on the blog grid to hide the excerpts…
But if I click on my blog archives or categories links in the blog, the grid again shows with excerpts.