How can I change the color of a clicked item in the Venture theme navigation bar?

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.

afterdragons.com

Do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. 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.

@adconsulting

Happy to help, my friend!