Okay
  Public Ticket #688623
remoe all meta
Closed

Comments

  • Kevin started the conversation

    HI - love salient - just started working on this site - can you tell me the CSS to remove ALL the meta, "love", comments, comment counts, date on the blog archive and blog pages : http://dev.studio-two.co/pamsandler/portfolio/ (don't mind the "portfolio" title - I know I'm using the blog element here) and also on the single post like this one - http://dev.studio-two.co/pamsandler/monterey-ma/

    trying to get rid of date, author, comments, categories - everything but title in both cases.
    Thanks!

  • Lance replied

    I would like to know this as well

  • Kevin replied

    Title should say "remove all meta" - oh well. Salient guys - you might want to follow the Avada theme lead on this and just give users an option in the theme options to "remove all" meta for archives and single posts. So often with themes it's about stripping OUT a lot of the extraneous stuff. Thanks for the great work.

  • Kevin replied

    Hello? Salient support? anyone?

  •  8,992
    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 .post-header h3.title {
        top: -20px !important;
        position: relative;
        background-color: #fff !important;
    }
    
    .single #single-below-header {
        display: none !important;
    }
    
    html .single-post #single-meta {
        display: none !important;
    }
    
    

    Best.


    ThemeNectar Support Team 

  • Kevin replied

    Thanks - that works great on the single post - not sure what the class is for this page though - still showing author/like elements below in this masonry view http://dev.studio-two.co/pamsandler/portfolio/

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

    Bes.t


    ThemeNectar Support Team 

  • Kevin replied

    That worked. Thanks very much. Ticket closed.

  • Kevin replied

    HI - it;s showing my support has expired but I just renewed last week - I don't see how to check that here in the system.... let me know.

  • Kevin replied

    Oops - just saw your note on the home page. nevermind! Thanks!