Change Color of Blog Page, Blog Posts, and Policies Pages

Change Color of Blog Page, Blog Posts, and Policies Pages

HangoverHelper
Excursionist
42 0 5

Hi! For my blogs, including the blog posts themselves, and policies, like the privacy policy, etc., I can't seem to edit the background color and color of the texts.

HangoverHelper_0-1715839542503.png

HangoverHelper_1-1715839567969.png


Is it possible to change the background to #070909 and texts to #FFFFFF and main heading/title to #F29D52?

 

Thank you so much in advance! Currently trying to figure it out as well.

 

tryhangoverhelper.com

https://51d86a-2.myshopify.com/

Password: steiyi

Replies 7 (7)

Liquid_xPert_SJ
Shopify Partner
1378 142 212

@HangoverHelper 

 

The blog will be looks like this after adding your css code to the site. is that ok so that i will share the code?

2024-05-16 11_21_36-Adobe Dreamweaver CS6.png

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.

AnneLuo
Shopify Partner
1293 228 266

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Add the code below to the base.css file

.main-blog h1,
.blog-articles .card__information .h2 {
    color: #F29D52 !important;
}
#shopify-section-template--22716421833017__main {
    background-color: #070909 !important;
    color: #fff !important;
}

After modification:

AnneLuo_1-1715840632379.png

 

 


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

HangoverHelper
Excursionist
42 0 5

Hi! Thanks! It worked. If this is also possible with the blog posts and policies (found in footer) that would be much appreciated! ^_^

AnneLuo
Shopify Partner
1293 228 266

Okay.  Just add the code to the base.css file

#MainContent{
  background-color: #070909 !important;
}
.shopify-policy__container {
    color: #fff !important;
}
.shopify-policy__title h1,
.shopify-policy__body h2, 
.shopify-policy__body h3 {
    color: #F29D52 !important;
}

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @HangoverHelper,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css or theme.css 

Step 3: Insert the below code at the bottom of the file -> Save

 

 

 

.card__information {
    color: #ffff !important;
 }

.card__information .h2 a {
    color: #F29D52 !important;
 }


.card__information time {
     color: #ffff !important;
 }

 main#MainContent {
    background-color: #070909 !important;
 }

 h1.title--primary.scroll-trigger.animate--fade-in {
    color: #F29D52 !important;
}

 

 

 

Here is result: 

BSSTechVenture_3-1715841372363.png

Hope this can help you

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

HangoverHelper
Excursionist
42 0 5

Hi! Thank you! It worked. If this is also possible with the blog posts and policies (found in footer) that would be much appreciated! 🙂

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @HangoverHelper , Pls insert this code to your file css : 

.footer-block__heading.inline-richtext {
    color: #f29d52 !important;
}

 

Hope this can help you

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now