Okay
  Public Ticket #527517
disable date on blog page or erase the entire bloc
Closed

Comments

  • david started the conversation

    Hi,

    i'd like to know if it's possible to disable the date (red round) on the blog page or better ; to erase the entire bloc (green rectangle)

    Regards,

    David

  •  8,990
    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) :
    #post-area.masonry article.post .post-meta {
        display: none !important;
    }
    
    
    article.post .content-inner {
        border-bottom: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • david replied

    Thank you Tahir.