Okay
  Public Ticket #1520330
Masonary no side Meta Data and Fixed Height
Closed

Comments

  • RewardsToken started the conversation

    Hey guys, 

    How do I do the following for the blog posts?

    1. the height of the posts are different. the posts are cutting the snippet text at different places thus, making the cells bigger. 

    2. How do I remove the author and date?

    Thanks!


  •  8,468
    Tahir replied

    Hey Again,

    1: Adjust the Excerpt Length in here : http://prntscr.com/ixijdb . 

    2: Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .masonry.material .masonry-blog-item .grav-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • RewardsToken replied

    perfect! thanks Tahir