Need help finding the code to hide "back to blog"

Topic summary

A user needs to hide the \

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Hi there!

We need help with the liquid code.

We’ve created a blog page and want to hide “back to blog” for now.

https://inoop.jp/blogs/collection/23aw

Can someone advise us where and how to change the code?

Thank you!

Hello @Minako85 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Sections → article-template.liquid file or article.liquid file

Modify the code that generates the “Back to Blog” button like this:

{% comment %}

  Back to Blog

{% endcomment %}

Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

Hi @Minako85

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

a.article-template__link.link.animate-arrow {
    display: none !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly