Okay
  Public Ticket #467922
Removing Date and horizontal rule from Masonry blocks
Closed

Comments

  • TMJonsson started the conversation

    I cannot seem to find the correct way to either via in theme settings or through custom code to remove the date and this lower "meta" section that is appearing beneath every single Masonry entry on the blog page.

    Frankly, I would rather that the DATE be listed above with the rest of the META data (author, category, # comments)

    But mostly, I just want to remove that horizontal rule, the date and ensure that the whitespace left by the vacated date/rule does not remain.

    Any help, please?

  •  8,851
    Tahir replied

    Hey,

    Can you provide the page url ? .

    Thanks


    ThemeNectar Support Team 

  •   TMJonsson replied privately
  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    article.post .post-meta .date {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • TMJonsson replied

    Thanks Tahir!

    That fixed one of the issues.

    Can you please advise on what code I could now use to remove the white space left by the now vacant DATE Meta data?

    If you refresh the site you will see what I mean. There is a significant amount of empty white space on the bottom of the masonry entries now.

    Greatly appreciate your help.

  •  8,851
    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-area.masonry article.post .post-meta {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • TMJonsson replied

    Thank you Tahir!

    My issue is now resolved.

    I greatly appreciate your help. Take care!