Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #407600

    I’m working with the Post Slider and need to display the Title, Excerpt, and Read More links without a date. From what I can see, the only way to make the date not display is to select “Only Title” from the Title and Excerpt drop down menu in the Post Slider options.

    Please advise and thanks in advance.

    #407927

    Hey!

    Try adding this code to the Quick CSS:

    .post-entry .slide-meta {
        display: none;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.