Solved: Nth-last-child isn't working as it should

Solved: Nth-last-child isn't working as it should

Jiozx
Pathfinder
136 4 56

OBS: unneccesary filler CSS will be ignored!

Hi,

 

I'm trying to make my "sales" navigation menu link red...

 

...but for some reason, nth-last-child(2) makes all three navigation menu links on the left red, and nth-last-child(1) makes all three navigation menu links on the rigth red. And when I click on one of the red ones, the color goes back to black.

 

What could be the problem and how do I fix it?

Jiozx_0-1667486386594.png

 

Webshop: https://axiomunit.store

 

Solved:

 

 

.header__inline-menu .list-menu li:nth-child(6) a {
  color: red!important;
}

 

 

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Replies 0 (0)