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

    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

    #1439542

    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.

    #1439544

    Hi,

    Thank you for the inquiry.

    We adjusted the css code a bit. Please try using the code below:

    #top .slide-entry-excerpt {
        display: none !important;
    }
    

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.