What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: How Can I Change The Color For One Of The Words In Header Bar?

Solved

How Can I Change The Color For One Of The Words In Header Bar?

AM82
Tourist
11 0 5

Hello

I would like to change the color to red using the codes but I did not know how to do this properly. Can someone please help on this.

 

AM82_1-1699198399193.png

 

I'm currently using the REFORMATION Theme

 

Thank you for your time and hel

 

 

 

thanks 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9107 2176 2686

This is an accepted solution.

Thanks! try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.full-menu li:nth-child(5) > a {
    color: red;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1699200093186.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9107 2176 2686

Hi @AM82 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
AM82
Tourist
11 0 5

Hello

 

Yes it is a copy i hope this works: https://r1ucvq0ylu0cqhpy-73382854933.shopifypreview.com

Made4uo-Ribe
Shopify Partner
9107 2176 2686

This is an accepted solution.

Thanks! try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.full-menu li:nth-child(5) > a {
    color: red;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1699200093186.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
AM82
Tourist
11 0 5

I dont have any asset with the name base.css, style.css or theme.css

Made4uo-Ribe
Shopify Partner
9107 2176 2686

What you have is the app.css you have Reformation theme? paid theme. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.