Remove Date from Big Grid

Posted in: Newspaper
Post count: 58

Hello,

on my home I’m using Big Grid 8.

First article in Big Grid shows publishing date, the other four not.

I would like to disable showing publisghing date also in the first article

Post count: 23312

Hello wdziedzic,

For Big Grid 8, please add the below custom CSS code in the Theme panel.

.td_block_big_grid_8 .td-post-date {
display:none;
}
.td_block_big_grid_8 .td-post-author-name span{
display:none;
}

The result is here -> https://www.screencast.com/t/PNU9OCidie

Thanks for your understanding!

Post count: 58

Hello Catalin,

sorry, actually it is Big Grid Full 8.

I added this to the code but apparently it is not correct because i don’t see any changes:

.td_block_big_grid_full_8 .td-post-date {
display:none;
}
.td_block_big_grid_full_8 .td-post-author-name span {
display:none;
}

Post count: 23312

Hi,

Try the code below ->

.td_block_big_grid_fl_8 .td-post-date {
display:none;
}
.td_block_big_grid_fl_8 .td-post-author-name span{
display:none;
}

Thanks.

Post count: 58

works, thanks!

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