Changing Just the word "Sale" in navigation header to be color red on Impulse theme

Hi All,

I am currently using the Impulse theme. How can I change the color of “Sale” to red on the navigation bar and ensure it works with both the English and Chinese translations of my page?

Thank you !

Best regards,

Pammy

1 Like

@howlyhk

can you please share the store url so that i can give you an exact code and instructions.

thanks

https://www.howherownwords.com/

@howlyhk

Please add below JS code into your theme .liquid file before the

Online Store > Edit Code > Theme Files > Layout folder > theme.liquid file


Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
[data-link="/collections/all-sale/Red"] {
color: red;
}

[data-link="/zh/collections/all-sale/Red"] {
color: red;
}

Hi,

Thanks for your solution. but it didn’t work :expressionless_face:

@howlyhk

In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottom of the file:

.site-nav__item [data-link="/collections/all-sale/Red"] {
color: red;
}

I can’t find the base.css file. Can I paste the code in theme.css.liquid instead?

I can’t find the base.css file. Can I paste the code in theme.css.liquid instead?

1 Like

yes plz

Hi Please add theme.liquid below line
#site-nav-item–6{ color:red }

@howlyhk is that fixed or not? if not i can fix that for you :slightly_smiling_face:

Please click on Customise button and follow the steps

  1. Click on header

  1. go to custom css and past that code.

  1. #site-nav-item–6{ color:red }

It will work

not work

.site-nav__item [data-link="/collections/all-sale/Red"] {
color: red !important;
}

Please add the one i shared above.

Add this line

.site-nav li details#site-nav-item–6 summary { color:red !important; }

not work

added but not work

@howlyhk

can you share collaborator access with me i would love to do that for you.

Added but doesn’t work