How to Change Font Colour to RED (on a specific collection on the menu )?

I am using the sense theme.

I would like to change the colour of “clearance” to red on the menu.

The website is www.glamexpresstt.com

thank you!

Hi @rmababir ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.list-menu--inline li:first-child span {
    color: #ffb8b0;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Thank you so much!

Another question, how do I change the colour of the text on the announcement bar to black?

Also, on the mobile version, the CLEARANCE is still black. How do I change it to red?