• I am having trouble locating the code that is used to specify the color of the tabs on the nav bar when you are hovering over the tab. I checked the style sheet for hover and colors that are specified, but none of the hex codes match the ugly grayish/brown color being used.

    https://lindawest-medium.com

    Thanks for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • the theme is using background images on the nav tabs:

    style.css;
    for instance: (there are more related styles close to this one)

    #nav li a:hover, #nav li a:active {
    	background: url(images/navhover.png) right no-repeat;
    	color: #000000;
        margin: 0px;
    	padding: 5px 17px 6px 15px;
    	text-decoration:none;
    	}
    Thread Starter dleonte

    (@dleonte)

    How can I replace the navhover.png image that is being used with a color of my choice? I do not have Photoshop, therefore I cannot create a new .png.

    Thank you for taking the time.

    tasty.donuts

    (@tastydonuts)

    How can I replace the navhover.png image that is being used with a color of my choice? I do not have Photoshop, therefore I cannot create a new .png.

    Use gimp to make a new png

    https://www.gimp.org/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Colors on Nav. Bar’ is closed to new replies.