Home › Forums › Storm WordPress › Change acive link color
Hi, I want to change the active link color for the nav menu
I have added:
ul.primary-menu li a:active { text-decoration: none; color: #ffa200; background-image: url(images/nav-a-bg1.png); }
to the css right beneath :
} ul.primary-menu li a:hover { text-decoration: none; color: #ffa200; background-image: url(images/nav-a-bg1.png);
It’s not working, Can you help me?
Kind regards, Gwen
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Hi Ally,
Thank you, that was exactly what I was looking for!
Kind regards,
Gwen