I would like to change the background color of the section that shows blog posts on the front page for the Prestige theme. Does anyone know how to change the background color for only this section? I only wish the background color change to be for the section that shows on the front page, not for the blog -page.
Hello,
Please share your store URL with password (If Needed) & Screenshot, So that I will give you proper solution here !
Hi
Thx for reaching out. It is this section on the front page I want to change the background color for. (shows articles from the blog, my title for the section is Stories). url: nordfolks.com
BR
Cathrin
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css
.template-index #shopify-section-blog-posts {
background-color: #ccc;
}
Change the color as per your choice.
Hope this will work for you.
Thanks…
Thank you so much, this worked perfectly!
