How do I correctly set up blog posts on my website?

Hi,

I’m not sure what I’m doing wrong. I created a Blog Post. Then I added BLOG to my footer so it’ll show up. When I go to BLOG the post shows up. BUT it says at the bottom with an arrow, “Go Back to Blogs”, and when I go there it’s another page with the title and a blank spot.

Can someone advise how I can fix this?

Thank you!

Hi @JCaloBC

This is David at SalesHunterThemes.

Thank you for your question.

Please share your store URL, page URL and also password (if your store has one) so we can help you.

Hello @JCaloBC :waving_hand:

The BLOG link in the footer of your site links to a single blog post. It has a link “Go back to blogs” at the bottom to return to the blog listing page. Looks like there is an issue with the blog listing page

To fix this, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.blog-articles__article .card__inner {
    background: none !important;
}

The result

Hope it helps!

Thank you! In regards to the title of the blog vs the exerpt content, can I make the title size larger? I’d want that to be larger than the content. How can I do that? I tried but didn’t seem to do anything.

Thank yoU!

Jenni