How to remove "back to blog" from blog page on refresh theme

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

1 Like

That did it! thanks.