Okay
  Public Ticket #2665052
Remove 'Written by' on Blog Posts
Closed

Comments

  •  3
    jade__austen started the conversation

    Hello,

    Is it possible to hide the text 'Written by Jade' below each blog post as it will only be me writing the posts? 

    Also, I have noticed that the instagram icon below that text isn't displaying correctly and looks cut off on the left side. I would like to remove/hide the whole box if possible. 

    Thanks!

  •  291
    Paul replied

    Hello,

    Please use this custom CSS to remove the author info box:

    .author-info {
        display: none;
    }

    Regards,
    Paul

  •  3
    jade__austen replied

    Thanks!