Shopify themes, liquid, logos, and UX
I'm trying to change the color of just one header menu link on our site; I've tried a number of solutions that I've found on this forum but haven't been able to make any of them work.
Our site is: https://www.acceleratefundraising.org/ and we're using Ride theme 15.0.
I want to change the "Fundraising Startup Package" to be our brand yellow (#DCF41E) while keeping all other menu items the current color.
Here's what it looks like now:
And here is a mockup of what it should look like:
Solved! Go to the solution
This is an accepted solution.
@leyaburns Hope you are well
a#HeaderMenu-fundraising-startup-package {
color: #DCF41E;
}
This is an accepted solution.
@leyaburns Hope you are well
a#HeaderMenu-fundraising-startup-package {
color: #DCF41E;
}
This worked for all pages except the page itself - when you're on that page, it reverts to white. Any ideas?
This worked, thank you!
@leyaburns
any kind of help don't hesitate to send me a PM
Thank you
Hello @leyaburns
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
a#HeaderMenu-fundraising-startup-package {
color: #DCF41E !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @niraj_patel , this works except for on the Fundraising Startup Package page itself - on that page, the link reverts to white. Any suggestions?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025