Could someone assist me with changing the color of a clicked item in the navigation bar? It’s coming up as a bright cream color and I can’t find where in the color settings or code to change it. I am using the venture theme. Thanks in advance.
Do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid and paste this at the bottom of the file:
.site-nav__link:focus{
background: maroon !important;
}
Result:
Please let me know whether it works.
Kind regards,
Diego
Thank you! That was exactly what I needed.
Happy to help, my friend!
