Hide author and date on [tagDiv]Block 9

Posted in: Newspaper
Post count: 186

PLease how do i hide the author and date when using [tagDiv]Block 9 on a widget

Post count: 6535

Hi

Try this css i theme panel > custom code > custom css: http://screencast.com/t/Xuk9ioDHYJrB

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

Thanks!

Post count: 186

i have more 1 on my home page, is there a way i can target particular one, while the others show ?

Post count: 22421

Hi,
in order to target a specific block, you need to assign an extra class to the row in visual composer that contains the block in question like so: http://screencast.com/t/LVDogXpx and then use the code with the class you assign to the row like so:
.yourcustomclassname .td_block_9 .td-post-author-name, .td_block_9 .td-post-date{
display: none;
}

Thank you!

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