I want to change the colour one of the menu items of my main menu (special prices)

Hi!

I want to change the colour of one of my main menu items (SPECIAL PRICES).

I’m using the SYMMETRY theme.

Here’s the link to my e-commerce: https://www.houseofcurated.com/

Can someone help?

Thank you :slightly_smiling_face:

@catarinajustino ,

.navigation__tier-1-container li:nth-child(6) a {
    color: red !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid

1 Like

@catarinajustino ,

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >style.css and paste this at the bottom of the file:
ul.navigation__tier-1 li:nth-child(6) a {
    color: #3d82a5;
}

Thanks!

1 Like

Thank you so much!

1 Like

Hi!

Just one thing. This worked on my main menu but now all of the elements on the 6th position of each drop down menu are also in blue.

Is there a way I can change the colour of the “SPECIAL PRICES” element only?

Thank you so much for your help!

Hi, can someone help me with this?

@catarinajustino ,

share the store URL.

SPECIAL PRICES you want it to blue ?