remove author and date for blocks on front page

Posted in: Newsmag
Post count: 11

Hi,

How do you remove the author name and date for the big grids and sliders on main page only?

I want to keep author name and date displayed on the post itself, but just removed from big grids?

I tried custom code display none but it cleared all posts, big grids and sliders. I wish to keep name and date on post page itself when a user clicks on the post. Just not on the main page.

thanks

Post count: 11

please email me

Post count: 6535

Hi

To remove those information only for the homepage you need to add home class like here:

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

Let me know how it goes!

Thanks!

Post count: 11

thanks worked a treat

problem i am working on is images inserted into pages and posts do not appear full width

Post count: 6535

Hi

Make sure you set the image added into post content to be full width http://screencast.com/t/hmgWdQ4kPJjThttp://screencast.com/t/dFQpilMm For pages the theme uses thumbs to display images in order to keep the page size as low as possible, so the image is cropped at thumb’s size. To display a full width image on the page you can use a single image block from Visual Composer: http://screencast.com/t/KqaAAtPO

Thanks!

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