Hi,
How can I Remove the Date and Comments in the Post Slider, but keep the Excerpt intact?
Thanks,
Ken
Hi Ken!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-content .slide-meta {
display: none;
}
Cheers!
Yigit
Thanks Yigit,
One more Question: How can I change the Font Size of the Titles in the Post Slider?
Thanks Again for all the Great Support!
Hey!
Please add following code to Quick CSS as well
.avia-content-slider .slide-entry-title { font-size: 18px; }
Cheers!
Yigit
Thanks :)