Hello everyone,
I just needed help with how to remove “back to blog” from the blog page on the refresh theme.
Thanks.
Hello everyone,
I just needed help with how to remove “back to blog” from the blog page on the refresh theme.
Thanks.
Hi @Alex_Joseph
You can simply add the below CSS at the bottom of base.css under assets.
.article-template .article-template__back {
display: none;
}
Thanks
That did it! thanks.