Help! Debut theme - Remove author from blog post

Hi,

Please would someone be able to help. I want to remove the author from being visible on my blog posts.

I have changed the settings on my store so the ‘author’ box is unchecked so therefore the author should not be visible:

However the author is still visible when I preview my blog post:

I have also tried to remove the author from my store code via an article by avada.

However the code specified didn’t exist.

I am forced by shopify to select an author and I want ‘by…’ to be removed from my blog posts altogether.

Thanks!

Could you share your store url?

Hi @mbhlg
Can you please share your store URL?

sure, it’s momentwellbeing.com

@mbhlg

thanks for url i have checked your store i can’t see can you just clear your cookies its work perfect

Thanks, I have done the same and it still shows…

Do you have an other solutions please?

1 Like

@mbhlg

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
span.article__author, span.article__date {
    display: none;
}
2 Likes

brilliant thanks!

1 Like

@mbhlg

its my pleasure to help us