Okay
  Public Ticket #2845043
dates and author
Closed

Comments

  •  1
    Annshearer started the conversation

    Hi, I have removed the display of the post dates and author as instructed in a previous ticket. (by going to Salient- blog- post meta) and that stopped the display of the dates and authors on my home page of the website.

    But I just noticed that it still displays the dates and author at the bottom, inside of each post and in the Google search area. Please see attachments.

    Is there another way I can get rid of this as I don't really want the dates to be displayed anywhere? 

  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .container-wrap #author-bio #author-info {
        display: none;
    } #author-bio img {
        display: none;
    }

    Thanks.