Delete this

Posted in: Newspaper
Post count: 56

i want Delete this

Post count: 20688

Hi,

The author name and the date can be removed for all the blocks/modules, in the theme panel
https://www.screencast.com/t/vhCAVjUuV
If you would like to remove them just from the category page grids, you can try a code like this one for example
https://www.screencast.com/t/TZTypV0iy

.td-category-grid .td-post-author-name,
.td-category-grid .td-post-date {
display: none;
}

The code must be entered in Theme panel->Custom Css section.

Thanks

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