Hello, im trying to change ONLY one menu item to a different color than the other menu items for desktop and mobile views.
How can I achieve this?
Hello, im trying to change ONLY one menu item to a different color than the other menu items for desktop and mobile views.
How can I achieve this?
Hi @xnyjyh , Can you kindly share store link and the details of your problem (screenshot) with us? We will check it and suggest you a solution if possible.
Hi, @xnyjyh
Can you share the store URL and take a screenshot to describe your requirements? So that I can assist you.
Hi @xnyjyh
Please share your store URL and menu that you want to change color?
Hi @xnyjyh ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
#HeaderMenu-altruism span, #HeaderDrawer-altruism {
color: #c00000 !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Thank you. It work great!
@xnyjyh , No problem. Glad to help you ![]()