Can someone help me do this in debut theme?
Topic summary
Goal: change the text color of a single navigation menu item via CSS across different Shopify themes.
-
Pacific theme: A contributor provided specific CSS selectors for the main header, mobile menu, and left sidebar to set the target item to red. The original poster confirmed it works.
-
Implementation notes: Add custom CSS at the end of the theme’s stylesheet (e.g., theme.scss.css, theme.css, or stylesheet.css) rather than theme.liquid. Correct file names vary by theme; users were guided to locate theme.css when theme.scss wasn’t present.
-
Impulse theme: A rule targeting the first expanded nav item with color #803959 was suggested. The user had trouble finding the correct stylesheet; advised to place the code in theme.css. Final success not confirmed.
-
Debut theme and other follow-ups (Minimog, Lammfellhaus “Angebote”, drilldown “OUTLET”): Requests made but no finalized solutions posted; selectors differ by theme and menu structure.
-
Additional working example: For sourcyglobal.com, nth-child(4) was used in stylesheet.css to color “Customized Sourcing” (#DC9456).
-
Central elements: Code snippets and screenshots are key to identifying the correct selectors.
Status: Partially resolved; original case solved, several theme-specific requests remain open.