Hide information in the SLIDE (VC plugin)

Posted in: Newspaper
Post count: 7

I updated Newspaper Version: 6.6.1 and WPBakery Visual Composer Version 4.8.1

But when using SLIDE option (VC plugin) shows author’s name, date, views and comments.
How do I prevent (not show) that information?

Thank you.
Mauricio Tab

Post count: 22421

Hello,
The theme does not have an option to disable the meta information but you can use a custom css to do it:

.td_block_slide .td-module-meta-info{
display:none;
}

Add the code in the theme panel->custom css box.
Thank you!

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