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

Solved

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

Alex_Joseph
Excursionist
28 0 3

Hello everyone,

I just needed help with how to remove "back to blog" from the blog page on the refresh theme.

Thanks.

Alex_Joseph_0-1673030941290.png

 

Accepted Solution (1)

Sheesh_b
Shopify Partner
523 116 120

This is an accepted solution.

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

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION

View solution in original post

Replies 2 (2)

Sheesh_b
Shopify Partner
523 116 120

This is an accepted solution.

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

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION
Alex_Joseph
Excursionist
28 0 3

That did it! thanks.