Okay
  Public Ticket #169868
VC: Custom Teaser
Closed

Comments

  • Justin started the conversation

    Can you explain how and/or when a custom teaser would appear if I chose that option on a post or page? I was hoping that by selecting this option on a blog post, then choosing only to show the title and featured image, it would prevent the post text from showing up in my "recent posts" element on my homepage.

    Thanks!

  •  1,069
    ThemeNectar replied

    Hey Justin!

    Add this into the Custom CSS box located in your Salient Options panel to remove the text on the recent posts element:

     .blog-recent p {
       display: none!important;
    }
    
    The VC teaser was actually removed in 3.1.5 as it shouldn't have been there in the first place. Cheers :)