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! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024