Okay
  Public Ticket #1060580
Hide blog post body text on Recent Posts
Closed

Comments

  • Steve started the conversation

    Hey,

    I'm trying to use the Recent Posts element, but is there a way with the 'minimal' style to hide the blog body text and only have the blog post title and 'Read More' link?

    On my test page I've also used the 'minimal - title only' style but I don't like how it looks and would prefer the 'minimal' style but without the blog post body text ...

    Thanks,
    Steve

  •  8,999
    Tahir replied

    Hey Steve,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blog-recent p {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Steve replied

    Awesome!

    Thanks, Tahir, that did the trick! You can close the ticket now ... :)