How can I change my Turbo theme menu color to pink?

Topic summary

A user wants to change the color of a specific menu item (“KOREABLACKFRIDAY”) in their Turbo theme to either pink or purple, similar to how they previously changed “BULK BUY S” to red.

Solution provided:

  • Navigate to Shopify admin → Online store → Customize
  • Access Theme settings → Custom CSS
  • Add CSS code targeting the menu link with color: purple !important;

The support response includes a code snippet that targets the specific menu item by its URL and applies the purple color. The user can modify “purple” to “pink” in the code for the alternative color option.

Status: Awaiting confirmation from the original poster on whether the solution works.

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

I would love to change my menu “KOREABLACKFRIDAY” color to PINK or purple
Please give me both of them
Just like I was advised to do with BULK BUYS > RED
My website is kokodive.myshopify.com
and my theme is turbo theme, thank you!

Hi @cokodive

I hope you are well. You can follow our instructions below:

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

Here is the code for Step 3:

a[href="https://koreablackfriday.com/"] span {
    color: purple !important;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.