Okay
  Public Ticket #805738
Hide Blog Dates
Closed

Comments

  • Michael started the conversation

    Hi,

    I've some problems with the dates in the masnory-blog. How can I hide the publication-dates I marked in the pictures? And how can I remove the "no comments" button?

    Thank you!

  •  8,994
    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) :

    .masonry.classic_enhanced .masonry-blog-item h3.title {
        margin-top: -22px !important;
        background-color: #fff !important;
        position: relative;
    }
    

    Best.


    ThemeNectar Support Team 

  • Michael replied

    Cool thank you! But on the Blog-Detailpage there is already the date and "No comments" button. Is there a way to remove those two. Thank you very much!

    http://scsc.ch/2016/02/12/cas-center-management-studiengang/

  •  8,994
    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) :

    .meta-comment-count {
        display: none !important;
    }
    
    .meta-date {
        display: none !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Michael replied

    Hey Tahir,
    Thank you - but it won't work :-/ See picture in attached...

    Thank you!

  •  8,994
    Tahir replied

    Hey Again,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ 

    Best.


    ThemeNectar Support Team