Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #320628

    Hi,
    How can I Remove the Date and Comments in the Post Slider, but keep the Excerpt intact?
    Thanks,
    Ken

    #320629

    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

    #320634

    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!

    #320641

    Hey!

    Please add following code to Quick CSS as well

    .avia-content-slider .slide-entry-title { font-size: 18px; }

    Cheers!
    Yigit

    #320643

    Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Date and Comments in Post Slider’ is closed to new replies.