Good Morning! I am trying to use a template with a nav bar that has pink as the color when links are hovered over. Can someone help me with how to change that color? Thanks in advance!!
you can change it via the stylesheet, you need the class for the nav link there should be an a:hover somewhere for example,a:hover { color: #FF0;}