SHOP BY CATEGORY

1 of 3
HOT
HOT
HOT

Custom CSS Instructions

To make the SALE menu item red in your header navigation, add this CSS:

.header__menu-item a[href*="sale" i] { color: #dc3545 !important; }

This targets any navigation link containing "sale" (case-insensitive) and makes it red.