How to disable dates and author name only block?

Posted in: Newspaper
Post count: 131

Hi…

I would like to hide the author name and date only for blocks… but i would l like to show the dates on post area.

another this…

is there any possiblity to remove related articles and add another widget in that place?

thanks

Post count: 23312

Hi Sayeed,

For your first request, you can use a bit of css in theme panel like this: http://screencast.com/t/ktvjFQ2d

.td_block_wrap .td-post-date, .td-post-author-name{
display:none;
}

And for second request, there is an option to disable related articles within Theme panel like this: http://screencast.com/t/SncFbYr0E7 . If you want to add another widget in your post, i suggest to use a Visual Composer for posts. You can activate this like this: http://screencast.com/t/BZD6mfqMz
Our theme is not tested with Visual Composer for posts and also can appear several errors.
After using Visual Composer for posts, i’ll recommend to use the code below:

.td-post-content .wpb_wrapper {
padding: 10px;
}

Thanks and let me know how it goes!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.