Okay
  Public Ticket #869706
Remove author
Closed

Comments

  •  2
    FootyGraphic started the conversation

    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?



  •  2,722
    Andrew replied

    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".

    .meta-author{display:none;}

    I hope this helps. If you have any other questions, feel free to ask me again :) 

  •  2
    FootyGraphic replied

    Thanks Andrew! This fixed it!