How to Remove Author in Big Grid 10

Posted in: Newspaper
Post count: 20

Hi,

In my front page, I use visual composer, How do I remove the author in Big Grid 10?
I just want to show the title of the article.

Thank you.

Post count: 20

And also, in Block 4, how do I hide/remove the More/other categories showing in the upper right portion?

Thank you.

Post count: 23312

Hello twinkle4starms,

If you want to hide the authors name for your Big Grid 10, you will have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_big_grid_10 .td-post-author-name {
display:none;
}

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

For your second request, I suppose that you are referring to the sub cat more button which comes from your ajax filter, like this -> http://screencast.com/t/hP0xdbm9Wa5 So, if you want to hide it, please try the code below.

The code is ->

.td_block_4 .td-subcat-more{
display:none;
}

Thanks.

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