I am trying to make a menu item red so it stands out from the other collections. I did it for desktop but it did not work for mobile which is a bit confusing so I was wondering if anyone would know how I could make a menu item on mobile appear red? The code I used to make a collection item red is:
.header__primary-nav-item[data-title=“Last Chance Sale”] { color: red; }
The collection title I am trying to make red on mobile and desktop is called “Last Chance Sale”
Thank you so much!