Sticky Posts – removing date, author, etc

Support Area Forums United Sticky Posts – removing date, author, etc

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://radiantheart.one
  • Author
    Posts
  • #35441
    Centre
    Participant

    Hi Bill

    I would like to remove the date, author, and even see if removing the title is possible for all sticky posts.

    So that the sticky post will always show up on the top of the home page but will just be the preview (which is a video) without the title below it, date, and authors.

    thanks Bill
    Joshua

    #35442
    Bill Robbins
    Moderator

    Hi Joshua,

    Try adding this to your Custom CSS and see if that won’t hide it all for you.

    
    .sticky .post-meta,
    .sticky .title,
    .sticky .more-link {
    	display: none;
    }
    

    Thanks,
    Bill

    #35443
    Centre
    Participant

    Thank you Bill that is perfect!

    #35444
    Bill Robbins
    Moderator

    Fantastic 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sticky Posts – removing date, author, etc’ is closed to new replies.