How to remove author name in the homepage grid ?

Posted in: Newspaper
Post count: 1

Hello,

I use the Big Grid 7 in my homepage and i would like to remove the author name, the date and the category. How can i do ?

Regards

Vincent

Post count: 9

Add hide-grid-meta in the Extra Class section of your big grid settings, then add the following to your custom css in theme settings.

.hide-grid-meta {display:none !important;}

I haven’t tested it, but it should work.

Post count: 23312

Hello Webinvest,

If you want to remove the meta info for your Big Gid 7, please notice that you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_big_grid_7 .td-module-meta-info {
display:none!important;
}

The result you should see here -> http://screencast.com/t/tq1DTtSav

Thanks for the message!

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