Okay
  Public Ticket #637202
Hide Post Meta
Closed

Comments

  • Nhat started the conversation

    Hi,

    1. How can I hide the post meta (author, date) on the home page, blog post, single blog post?

    2. How can I change the width of the content in the blog post, to be like this one: http://www.dtelepathy.com/work/manfrotto/

    Thank you.

  •  8,992
    Tahir replied

    Hye ,

    Please try turning off these options in Salient Theme Options Panel -> Blog Section . See screenshot: http://prntscr.com/9qragz .

    Bes.t


    ThemeNectar Support Team 

  • Nhat replied

    Hi, It helped. But how do I turn of the author and metadata in the single blog post? It still shows up: http://hocpiano.org/ghe-piano/

    Also, how can I change the width of the content in the blog post, to be like this one: http://www.dtelepathy.com/work/manfrotto/

  •  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) :
    #page-header-bg.fullscreen-header .author-section, #page-header-bg[data-post-hs=\"default_minimal\"] .author-section {
        display: none !important;
    }

    And for narrow post add this .

    @media only screen and (min-width: 1000px) {
        .single-post .container.main-content {
            max-width: 860px;
        }
    }
    Best


    ThemeNectar Support Team