Featured Slider
The topic ‘Featured Slider’ is closed to new replies.
Need help? Check out our Support site, then
Hi there
I’m looking for help to remove the date from the featured slider box. Is there a CSS code for doing this?
Thanks in advance.
The blog I need help with is: themindfuldancer.com
Hi there,
You can try this
.flexslider .entry-date{
display:none;
}
in your custom CSS box.
Thank you so much, that worked perfectly!
Glad I could help!
Is there a way to remove the amount of comments displayed as well?
Hi there,
you can add this
.flexslider .comments-link{
display:none;
}
in your custom CSS box.
The topic ‘Featured Slider’ is closed to new replies.