Hi, I'm trying to change the colour when you hover over icons (like the "rocket" and other icons on the front page). It's currently orange, but I've tried changing it to blue or red and it doesn't seem to work.
I have override.css enabled in the template settings and I put this into the css code box there:
gkFeatures > a:hover { background: blue; }
And nothing happens when I save and then refresh the page, it doesn't change. What am I doing wrong?