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

Topic summary

A user wants to change the color of a specific word in their header bar to red but doesn’t know how to implement the CSS code properly. They’re using the Reformation theme on Shopify.

Proposed Solution:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Locate the CSS file in the Assets folder (typically base.css, style.css, or theme.css)
  • Add CSS code targeting the specific menu item using nth-child selector to apply red color

Current Issue:
The user reports they cannot find the standard CSS files (base.css, style.css, theme.css) in their Assets folder. A helper suggests this is because the Reformation theme is a paid theme that uses app.css instead.

The discussion remains open as the solution needs to be adapted for the specific theme structure.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

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.

I’m currently using the REFORMATION Theme

Thank you for your time and hel

thanks

1 Like

Hi @AM82

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

1 Like

Hello

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

1 Like

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;
}

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

1 Like

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

1 Like

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

1 Like