• Max

    (@makmakumba)


    Hi there. Is it possible to remove the excerpt from the post slider? I would like to show title only, and date if possible.
    thank you!

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in,

    You can achieve that by inserting the following code under Appearance > Theme Options > Custom CSS:

    #slide_holder p,
    #slide_holder a.post-more {
      display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove excerpt from post slider’ is closed to new replies.