mbhlg
1
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?
mbhlg
4
@mbhlg
thanks for url i have checked your store i can’t see can you just clear your cookies its work perfect
mbhlg
6
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
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
span.article__author, span.article__date {
display: none;
}
2 Likes
@mbhlg
its my pleasure to help us