Changing One Menu Item (İNDİRİMLER) To Red Color

Topic summary

A user needed to change the color of a specific menu item labeled \

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

I’m trying to figure out how to change the text colour of a link at the top of my menu bar. i couldn’t figure out how to do it in this theme

www.ceyceybutik.com

I am trying to change the link called “İNDİRİMLER” to red text colour, can anyone help?

@supernova123 - please make sure that it always will be second menu item and put this css to the very end of your main.build.css file and check

.header-menu__list li:nth-child(2) .header-menu__item-text{color:#ff0000;}

.header-mobile__menu-list li:nth-child(2) .header-menu__item-text{color:#ff0000;}

HI @supernova123

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

a[href="/collections/i%CC%87ndi%CC%87ri%CC%87mler"] span.header-menu__item-text { color: red; }

Hope that my solution works for you.

Best regards,

Henry | PageFly

yes it is solved thank you very much