I would love to change my menu “BULK BUYS” color to Red
My website is kokodive.myshopify.com
and my theme is turbo theme ![]()
Thanks!
A Shopify store owner wants to change the color of their “BULK BUYS” menu item to red in the Turbo theme.
Solutions Provided:
Two developers offered CSS code snippets to achieve this:
color: red !importantBoth solutions involve adding custom CSS to override the default menu styling. The discussion appears resolved with actionable code provided, though no confirmation of implementation success was posted.
I would love to change my menu “BULK BUYS” color to Red
My website is kokodive.myshopify.com
and my theme is turbo theme ![]()
Thanks!
Use this style it should work
.nav-desktop__tier-1 .nav-desktop__tier-1-item:nth-last-child(2) a {
color: red;
}
Hi @cokodive
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file → Save
[href=“https://cokodivebulkbuys.com/”] span {
color: red !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly