Okay
  Public Ticket #488822
Blog
Closed

Comments

  • Chad started the conversation

    I'm using the shortcode for the blog on a page. I was wanting to know how to get rid of all the information except the Post title and the featured image. I don't want to have the author, the date, the summary, the excerpt etc...

    If I go to Salient>Blog> and turn off Automatic Post Excerpts, the masonry goes crazy. If I turn it on, then I still see excerpts from the blog. I don't want anything. Just the Post title and the Featured image. Any idea how?

  •  8,987
    Tahir replied

    Hey ,

    Could you provide the page url so i can have a look.

    Thanks


    ThemeNectar Support Team 

  •  8,987
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .post-header span, .article-content-wrap .excerpt, .masonry-blog-item .more-link,#post-area.masonry article.post .post-meta {
        display: none !important;
    }
    
    
    article.post .content-inner {
        border-bottom: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Chad replied

    Here\'s a screen shot of the CSS box. I had something there already and
    I just put it underneath. I loaded the page again and it didn\'t seem to have done anything. Probably my fault. Sorry I don\'t know code.

  •  8,987
    Tahir replied

    See screenshot: http://prntscr.com/7z6ri9 . Also move the css up if you cant remove the red cross.

    Thanks


    ThemeNectar Support Team