remove Related article picture size

Posted in: Newspaper
Post count: 186

plz how to remove the pictures on related articles

Post count: 23312

Hello willysawa,

If you want to remove the pictures from related articles, you have to use a bit of CSS to hide it. Try the code below.

.td-related-row .td-module-image {
display:none;
}

The result -> http://screencast.com/t/dewcF5ixYbj

Thanks.

Post count: 500

Hello Catalin – useful code for me too. But remind me where it goes?

Any chance of adding a command for this in theme panel?

In fact I would like Related Articles to show like this, just title, author and date, no image: https://jazzjournal.co.uk/category/reviews/audio-reviews/

(Like ARTICLE DISPLAY VIEW, M8)

But also with infinite loading below the post.

Possible?

Thanks

Post count: 27744

Hi,

If you use a template from tagdiv Cloud Library, then you can edit with tagdiv Composer, and hide the image on the blocks -> https://imgur.com/tVhCbJk -> https://forum.tagdiv.com/cloud-library-category-templates/

Thank you!

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