Okay
  Public Ticket #824831
Hide author for posts?
Closed

Comments

  •  1
    Paul started the conversation

    Hi, 

    I've been trying to figure out how to add custom css that would hide the author (still keep the date) and the 'No Comments' text of news posts (comments disabled). Everything I've tried by looking online and in older posts haven't seemed to work for me. Any ideas?

  •  9,408
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


     Salient Support Team 


  •   Paul replied privately
  •  9,408
    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) :

    .meta-author {
        display: none !important;
    }
    

    Best.


     Salient Support Team 


  •  1
    Paul replied

    Thanks, by that logic can I use something like 

    .meta-comments {
        display: none !important;
    }

    to remove the 'No Comments' part?

  •  9,408
    Tahir replied

    Hey Again,

    Yes thats correct. 

    Best.


     Salient Support Team