How can I change my Turbo theme menu color to blue or purple?

I would love to change my menu “COKO BUY 4 U” color to BLUE OR PURPLE
My website is kokodive.myshopify.com
and my theme is turbo theme, thank you!

@cokodive ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


If it helps you, please like and mark it as the solution.

Best Regards :blush:

Hi @cokodive

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

a[href="/pages/coko-buy-4-u"] { color: #a169f3 !important; }