Post Masonry grid: text preview

Posted in: Newspaper
Post count: 1

I’m using Post Masonry grid with data source page (see here my new site) and I don’t text preview: I want only title and image in the preview. How can I do it? Please help me

Post count: 20688

Hi,

I do not understand exactly what you want to change about the grid – https://www.screencast.com/t/nkwtoGCGH5f Please provide more details so I can help you.

Thanks

Post count: 1

I think I have the same question – is there a way to display only a photo and title? (not the beginning of the post)

Post count: 20688

Hi,


@HometownShare
You can choose from a multitude of styles available for the Post Masonry grid, and pick the one that you think it’s best for your website – https://www.screencast.com/t/mXpcauMh0O3
Maybe you can find a style that has the display that you want. Anything else would require custom modification to this element through Css or other means.
If you like to hide the post excerpt for the masonry grid element, you could use this code
https://www.screencast.com/t/nHMWh0N0
This is the code used in the example, if you decide to use it it must be entered in Theme panel->Custom Css

.vc_masonry_grid .vc_gitem-post-data-source-post_excerpt {
display: none;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.