New Shopify Certification now available: Liquid Storefronts for Theme Developers

Remove the "back to blog" link in the Blog Articles (Dawn 10.0 Theme)

Solved
bet
Shopify Partner
110 8 31

delete back to blog link..png

 

How would I remove the "back to blog" text link on the blog posts in both desktop and mobile in my Dawn 10 theme. I will be using buttons instead to link back to the main blog page.

 

What css / html code changes are required to make this adjustment on the Shopify Dawn 10.0 theme at my website:


Personal Finance Blog Article


Thank you.

I use Shopify to sell Digital Downloads ❤️
• Top Rated Excel Templates
• Find your perfect Spreadsheet

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

Hi @bet 

Please add this code at the bottom of your base.css file 

.article-template .article-template__back { display: none !important; }

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 2 (2)
Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

Hi @bet 

Please add this code at the bottom of your base.css file 

.article-template .article-template__back { display: none !important; }

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

bet
Shopify Partner
110 8 31

Great, that got rid of the text link. Thank you for providing a solution.

I use Shopify to sell Digital Downloads ❤️
• Top Rated Excel Templates
• Find your perfect Spreadsheet