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:
Hello @leyaburns
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
a#HeaderMenu-fundraising-startup-package {
color: #DCF41E !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
This worked for all pages except the page itself - when you’re on that page, it reverts to white. Any ideas?
Hi @niraj_patel , this works except for on the Fundraising Startup Package page itself - on that page, the link reverts to white. Any suggestions?