Change the color of a single main menu

Hi how can I change the color of a single main menu item for Dawn theme?

1 Like

Hi @john_stones ,

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

#shopify-section-sections--17320594571416__header > sticky-header > header > nav > ul > li:nth-child(2) > a {
    color: red;
}

RESULT:

Note:

li:nth-child(2) is the corresponding menuitem order you want to edit

1 Like

Hi @john_stones

Which menu you like to change and what color? Thanks!

Hi @john_stones ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible

Hi @john_stones

Could you provide some images showing the specific areas where you want to change the colors?