How to take off author name and date in VC ?

Posted in: Newsmag
Post count: 161

Hi there,

On my last topic here : https://forum.tagdiv.com/topic/a-few-modifications-in-social-counter/#post-115106 Andrei solved the problem by adding a few custom CSS, and I was wondering if it was possible to do it again.

On this page : http://www.emprunter-malin.com/le-guide/, you will see that I have set a page list with Virtual Composer from WP bakery. However all listings include author name and date, which is not good for a page, as you can see here http://www.screencast.com/t/lPi4bijm4hNX.

Is there a way to remove author’s name and page creation date with a custom CSS ? Please note that author’s name and date MUST STAY ON POSTS (essential for serp).

Thanks in advanced !

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/7WbTC2m7Z

.td_block_wrap .meta-info{
display: none;
}

Thanks!

Post count: 161

That’s official : you’re the best ! It’s working all fine, many thanks for your tips :).

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