Comments Nhat started the conversationJanuary 15, 2016 at 1:19pmHi,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,992Tahir repliedJanuary 16, 2016 at 2:10pmHye ,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 repliedJanuary 16, 2016 at 2:31pmHi, 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,992Tahir repliedJanuary 18, 2016 at 10:33pmHey 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 Sign in to reply ...
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.
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
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/
Hey Again,
And for narrow post add this .
BestThemeNectar Support Team