Okay
  Public Ticket #1145582
single blog post hero full screen remove author & date
Closed

Comments

  •  6
    Michael started the conversation

    Hi Guys :)

    I am using the blog setting for the hero image to be full screen.  Is there a snippet to remove the author meta and the date so that the hero overlay is the blog title only?

    Thanks!

    Mike

  •  9,007
    Tahir replied

    Hey Again

    Please have a look at this Article :

    Removing Author, Date, Tags, and Comments on Blog Titles 

    Thanks 


    ThemeNectar Support Team 

  •   Michael replied privately
  •  9,007
    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) :

    #page-header-bg.fullscreen-header .author-section, #page-header-bg[data-post-hs="default_minimal"] .author-section {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    Michael replied

    Perfect!  Much Thanks Tahir!