Tagged: post slider
Hi Guys,
I would like to ask for assistance: I would like the Comment/Date to NOT APPEAR under post title. I am using the post slider in my welcome page and would like my post/blog to appear like a news feed without the said elements. Please help.
Best regards,
Gurmit
Hi,
Please add this css to you /css/custom.css
#top .slide-meta {
display: none;
}
#top .slide-entry-excerpt {
padding-top: 20px;
}
You can change the padding in my code to increase/decrease space in place where the date used to be.
Thanks,
Nick
Hi Nick,
Your css code works like a charm! Thank you so much!
Best regards,
Gurmit
Glad you are back on track. Enjoy the theme!
Thanks,
Nick