I am trying to use font replacement for my links, but have no idea how to do it.
My test site is http://www.internetlinked.com/test/ how do I setup sifr-config.js so that the links on the left have their fonts replaced. I go it to work using
sIFR.replace(decade, { selector: 'li', css: '.sIFR-root { background-color: #1A171B; }' });
But then I lost all the hover affects and borders
using
sIFR.replace(decade, { selector: 'a', css: '.sIFR-root { background-color: #1A171B; }' });
results in the replacement but the links don't work
I am using sIFR 3