Hi! I am trying to change only one drop-down menu item “Sale” to red. I am using the Vision theme. I have read many threads but haven’t managed to do it. I would really appreciate the help! Thank you!
Hi @MercyBenzaquen , can you share your store url?
I need your store URL to provide the code to do that.
Hi @Abdosamer , here you go: https://shoozas.myshopify.com
Hi @Dan-From-Ryviu , here you go: https://shoozas.myshopify.com
Go to your Online store > Themes > Edit code, open theme.liquid file, add this code below under element
@MercyBenzaquen , go to app.css and add the following code :
.sub-menu li:nth-child(5) a {
color: red !important;
}
Awesome! it worked! Thank you very much!
You are very welcome