Hi, I need to change “Holiday” in the main navigation to Hex #b9354a for both mobile and desktop.
We used the Prestige theme. See attached.
Thanks!
Hi, I need to change “Holiday” in the main navigation to Hex #b9354a for both mobile and desktop.
We used the Prestige theme. See attached.
Thanks!
Hi @ErikaL
Please, share your store URL. Thanks!
Thanks for the info, check this one.
.header-sidebar__linklist a[href="/collections/holiday"]{
color: red;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi, thank you for your help! I added it to the bottom of assets >theme.css, and it’s not working for me ![]()
Any suggestions?
In your theme.css your missing closing bracket.
This is now.
Add the closing bracket here.
It work but below the 640px screen.
This is 500px wide screen.
After adding the closing bracket save it.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Got it, Thank you!!