All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I would like to change the colour of the word 'sale' to blue in my header menu. I am setting up a draft theme so you can't see this on the current website but it needs to be blue for when I publish the theme. Please supply the correct code. thank you.
Website: nuijewellery.com.au
Hi @jewellerystore1, Below code changes the color for the "Sale" nav item is changed to blue. The CSS selector .nav-item[href="/collections/sale"] specifically targets the anchor element (<a>) with the class nav-item and href attribute equal to "/collections/sale". You can adapt this CSS selector for other URLs as needed.
a.menu-drawer__menu-item[href="/collections/sale"] {
color: blue;
}
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
@jewellerystore1 Or you can send me the link or access to the store if you require further help implementing the design. Thanks.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
@jewellerystore1 Please send me the store url.