Remove date from slider?

Home Forums Blorigan Remove date from slider?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7795
    Anonymous
    Inactive

    Is there a way I can make the featured slider not show the date of the post? In fact, I’d also like it to not show the category if possible. Only the post title. Can you help?

    #7817
    Axle Support
    Moderator

    Please use this CSS.

    
    .blorigan-featured-slider .slide-caption .date,
    .blorigan-featured-slider .slide-caption .cat-links {
        display: none;
    }
    
    #7830
    Anonymous
    Inactive

    Thank you!

    #7840
    Axle Support
    Moderator

    Welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove date from slider?’ is closed to new replies.