Date in featured slider

Posted in: Newspaper
Post count: 14

How do I delete the post date in the featured slider? Promoting events and it gives the impression that is the event date

http://fidouniverse.com/
Thanks

Post count: 7909

Hi,

Please use this css to hide the date on slider: http://screencast.com/t/UZkrsXDNG

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

If you want to hide it only on homepage please add also .home: http://screencast.com/t/ExhsxS5d

Thanks!

Post count: 14

That got rid of the date but the grey box behind it still shows up.

Post count: 7909

Hi,

Please add also this css: http://screencast.com/t/VGyNAUgJ

.iosSlider .slide-meta-author{
background-color: transparent;
}

Thanks!

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