How do I make my blog post font a different color in my heading?

Solved

How do I make my blog post font a different color in my heading?

iceymonski
Excursionist
21 0 3

Hi. How do I change the color of the text "The Wellness Club" in my header? It's my blog page. 

I only want to change the color of that text to a dark green.

Screen Shot 2024-09-11 at 8.59.47 PM.png

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@iceymonski ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

<style>
.header__menu__inner .menu__item:nth-child(6) {
  color: #06402B!important
}
</style>

Result:

BSSCommerceB2B_0-1726114248186.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

View solution in original post

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@iceymonski, I think it also works on other pages, but on those pages, the other titles are all black, so it looks almost the same as dark green.

You could change it to another color

<style>
.header__menu__inner .menu__item:nth-child(6) {
  color: darkgreen!important
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

View solution in original post

Replies 7 (7)

AnneLuo
Shopify Partner
933 173 199

Hi, @iceymonski 

Can you please share the store URL so that I can assist you?

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

Sweans
Shopify Partner
406 79 123

Hi @iceymonski,

Please provide the store link and, if applicable, the password so that we can check and provide a better solution.

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at [email protected] regarding any help.
- To know more about me check out www.sweans.com

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@iceymonski ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

<style>
.header__menu__inner .menu__item:nth-child(6) {
  color: #06402B!important
}
</style>

Result:

BSSCommerceB2B_0-1726114248186.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

iceymonski
Excursionist
21 0 3

Thank you 🙂 That worked.

 

But it only stays green on my homepage.. how do I make it green for every page?

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@iceymonski, I think it also works on other pages, but on those pages, the other titles are all black, so it looks almost the same as dark green.

You could change it to another color

<style>
.header__menu__inner .menu__item:nth-child(6) {
  color: darkgreen!important
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

iceymonski
Excursionist
21 0 3

That worked. Thank you very much 🙂 

AnneLuo
Shopify Partner
933 173 199

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
a[href="/blogs/news"] span.navtext {
    color: darkgreen;
}
</style>

Result:

AnneLuo_0-1726114357803.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