Posting on custom page post link+excerpt in grid without images

Hi,

for the front page of my blog-magazine (see http://caffeopinione.com/) i have a section called “in breve”. There, I used Essential Grid to create a post-gallery of a specific category with an image. It worked for a bit, but now I prefer to preserve the grid but with no image.

I went down to the specific EG grid and unchecked “featured images”. Good, the images are no more there, but EG preserve a black wide space. Since then, I didn’t found any solution to get rid also of said blank space to create a “no image post driven EG”.

Any idea?

(I apologize for my english).

Hello Simone,

Thanks for writing in!

To get your issue resolve and get rid of the image in your grid, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.esg-grid .esg-entry-media-wrapper .esg-entry-media{
    display: none;
}

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.