Hey! I would like to remove on my page with posts the author name (cause I'm the only one uploading so it's pretty useless to only see 'By Joeri' all the time for my visitors). I checked all the settings but couldn't find anything, could you help me please?
The easiest way to hide the author's name would be by using CSS code. Just add the following CSS code to the Custom CSS Code box on "Salient > General Settings > CSS/Script Related".
.meta-author{display:none;}
I hope this helps. If you have any other questions, feel free to ask me again :)
Hey! I would like to remove on my page with posts the author name (cause I'm the only one uploading so it's pretty useless to only see 'By Joeri' all the time for my visitors). I checked all the settings but couldn't find anything, could you help me please?
Hi there,
Thanks for getting in touch!
The easiest way to hide the author's name would be by using CSS code. Just add the following CSS code to the Custom CSS Code box on "Salient > General Settings > CSS/Script Related".
I hope this helps. If you have any other questions, feel free to ask me again :)
Thanks Andrew! This fixed it!