Images Wordings

Posted in: Newsmag
Post count: 1

Hi,

How do I remove all the wordings including the Aurthur and dates from the sliders and the blocks? I want all my images to be clean without wordings on it.

Please advice.

Post count: 7909

Hi,

The Theme doesn’t have an option for this, but you can hide them with custom css in Theme Panel:
http://screencast.com/t/Hk76XBHBqG
http://screencast.com/t/tJ1DjWrYAqZr

.td-big-grid-meta{
display:none;
}
.td-big-grid-meta .td-post-category{
display:none;
}
.td-editor-date{
display:none;
}
.meta-info .entry-title{
display:none;
}
.slide-meta{
display:none;
}

Thanks!

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