Hello, i used a code to remove the date and author name from the carousel and i’m wondering if there is a similar code that will remove the date from the post slider?
Hello Euan,
Thanks for asking. 
To remove date from post slider, please take a look at the solution mentioned in following thread.
Thanks.
Hi, i haven’t used or changed any code regarding the slider. I found code to remove the date in the carousel specifically that i pasted into additional css and it worked.
I was wondering if there is any code i could paste into additional css that will remove the date from the slider?
thanks
Hi Euan,
Yes, there is a custom CSS to hide the post slider’s date, however, it will hide the category that is next to it as well, because those where merge in one span class .featured-meta
Add this to Theme Options > CSS
/*Hide the category and date on post slider*/
.x-post-slider-entry .featured-meta {
display: none;
}
If you want to keep the category and hide only the date, please follow the suggestion above instead.
Happy New Year,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.