I want to change the font color of SALE menu only. any help please?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for quick URL can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
a[href="/collections/bari-eid-sale"] {color: red;} /* change color as you like */
yes, just change name in code that’s it
i am sorry, didn’t understand
i mean change this
a[href="/collections/yournewurl"] {color: red;} /* change color as you like */
to your url
Hi @Kkhan ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/base.css->paste below code at the bottom of the file:
a[href="/collections/bari-eid-sale"] {
color: red !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.




