Okay
  Public Ticket #181244
Removing date and hearts from blog posts
Closed

Comments

  • Björn started the conversation

    Hi!
    I am trying to find a way to remove the dates and the hearts for each post as well as the line post Posted by admin | 1914 | No Comments. I am new to wordpress but I am loving your theme it makes things so easy. 

    Best regards Björn Broberg

  •  8,838
    Tahir replied

    Hey !

    Add this into the Custom CSS box located in your Salient Options panel:

    article.post div.post-meta.no-img {
        display: none;
    }
    div.post-content {
        padding-left: 0px;
    }
    div.post-header span {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Björn replied

    Worked great! thanks

    I apologise for adding more questions but is there a recommended size for height and width for preview image in the nectar video background? and is there a way to force only IE9 to just view the preview image. IE9 seems to want to play the background but often fails =) 

      

  •  8,838
    Tahir replied

    Hey!

    Please see User Guide http://themenectar.com/docs/salient.pdf for details on image dimensions. I am afraid we dont such a IE9 Specific image option. 

    Cheers


    ThemeNectar Support Team 

  • Alon replied

    Hello,

     used the advised CSS but irt reved the Author name and comments tag but not the date and the heart. Please advise

  • [deleted] replied

    Hi

    Also the date and authour line seems to reappre lower down on the page.

    åå

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    article.post .content-inner {
        border: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Björn replied

    Hi again! 

    article.post .content-inner { 

        border: none; 

    this does not seem to work the the dates still appear at the bottom of the screen you can se an exampel here.

    http://dev.lingusoft.se/mediapoolen/valet2014/?cat...

    Thank again for a wonderful theme.   

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    article.post .post-meta {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • [deleted] replied

    Thank you Tahir that solved it! 

    Thanks for answering all my questions. I sure use ThemeNectar for any future project. 

    Best regards Björn Broberg