Personalized checkout and custom promotions with Shopify Scripts
Hey ive got an online store and a blog but i want to remove the "back to blog" from the blog, because i only have one blog post so its very unnecessary and can get the customer lost. My domain is vesitekniikka.com, go to "Blogi" from the header and scroll down, its in finnish, i hope thats alright because its the same problem.
Also, i found an not so old conversation and there was a code but it didnt work.
Thanks in advance.
Hi @ronnie11 ,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css
.article-template__back { display: none; }
Hi, i dont find any "custom.css" or "theme.css" in assets.
To remove the "Back to Blog" link from your blog page in the Craft theme, you can follow these steps:
<a href="{{ blog.url }}" class="blog-template__back-link">{{ 'blog.back_to_blog' | t }}</a>
Hi, im using Dawn theme not Craft theme
Hi, I found the solution for DAWN THEME 12
- Open the main-article.liquid file (in the edit code section)
- Near the line 88, you will see this code :
<div class="article-template__back element-margin-top center{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}">
<a href="{{ blog.url }}" class="article-template__link link animate-arrow">
<span class="icon-wrap">{% render 'icon-arrow' %}</span>
{{ 'blogs.article.back_to_blog' | t: title: blog.title }}
</a>
</div>
- delete it, or put %comment on these lines
- After, it should be like that :
{% comment %}
<div class="article-template__back element-margin-top center{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}">
<a href="{{ blog.url }}" class="article-template__link link animate-arrow">
<span class="icon-wrap">{% render 'icon-arrow' %}</span>
{{ 'blogs.article.back_to_blog' | t: title: blog.title }}
</a>
</div>
{% endcomment %}
And no more "back to blog"
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024