Remove Author in grid3

Posted in: Newspaper
Post count: 1

Hello my site it’s http://www.spazidiascoltocagliari.it/ i want remove from grid (only in first block) author name (in my case it’s admin) how i can costumize it?

Post count: 20688

Hi,

So you would like to remove the author name from the big module of big grid 3, that could be done with a code like this
https://www.screencast.com/t/oF3HSHAMZx
Enter it in theme panel->Custom CSS code section
https://www.screencast.com/t/v9NK9k1d9

.td_block_big_grid_3 .td_module_mx5 .td-post-author-name {
display:none;
}

Thanks

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