Hide category and date from slider

Posted in: Newspaper
Post count: 91

How can I remove category name and date from the slider(“Slide”)? In this example –> http://www.screencast.com/t/PBMopmNZ <– I would like to remove “Film” and “jan 22, 2014” (and only show the post title). Thanks!

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

.iosSlider .slide-meta {
    display: none;
}

Thanks!

Post count: 91

Thanks!

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