Shopify themes, liquid, logos, and UX
i want to change the background to all 3 of my blog posts page from white to #fdf1e5 and the font colour to #2f261e, one of blog posts url is https://edcf73-5d.myshopify.com/blogs/affordable-fashion-home-decor-digital-designs-handcrafted-with... but i want it done for all blog posts not just this one.
Solved! Go to the solution
This is an accepted solution.
Hello @dumbl3d00r
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.article-template header {
margin-top: 0!important;
}
Hello @dumbl3d00r
Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css. Add the provided code at the end of the file.
.article-template {
background: #fdf1e5;
}
.article-template header {
margin-top: 0;
}
great but now i have this extra white space at the top
This is an accepted solution.
Hello @dumbl3d00r
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.article-template header {
margin-top: 0!important;
}
Hello @dumbl3d00r
You're very welcome! I'm glad to hear that you're pleased with the outcome. Please feel free to reach out if you need further assistance.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Hi @dumbl3d00r
Try this one.
article.article-template {
background: #fdf1e5;
}
article.article-template * {
color: #2f261e;
}
.article-template>*:first-child:not(.article-template__hero-container) {
margin-top: 0;
padding-top: 5rem;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025