Comments landonhanser started the conversationMay 20, 2018 at 4:52pmHow do I Hide/ Remove Author and Date on Post Header(s)?https://www.screencast.com/t/d9om0kxvV0 3,179Andrew repliedMay 21, 2018 at 8:30amHey there,Thanks for reaching in,Please use the following CSS, #page-header-bg.fullscreen-header .meta-author img { display:none!important } Hope this helps,Regardslandonhanser repliedMay 21, 2018 at 1:11pmThis only got rid of the Author Avatar...https://www.screencast.com/t/5h6POflfE7Author name and Date is still visible.Is it possible to hide this? 3,179Andrew repliedMay 22, 2018 at 8:50amHi there,Try this instead: #page-header-bg.fullscreen-header .author-section .avatar-post-info{ display:none; } add it to salient \ general settings - css script related - custom css code.Hope this helps.1 Likelandonhanser repliedMay 23, 2018 at 11:14amThank you Sir! Sign in to reply ...
How do I Hide/ Remove Author and Date on Post Header(s)?
https://www.screencast.com/t/d9om0kxvV0
Hey there,
Thanks for reaching in,
Please use the following CSS,
Hope this helps,
Regards
This only got rid of the Author Avatar...
https://www.screencast.com/t/5h6POflfE7
Author name and Date is still visible.
Is it possible to hide this?
Hi there,
Try this instead:
add it to salient \ general settings - css script related - custom css code.
Hope this helps.
Thank you Sir!