I have the following working, as per the Readme file, but how to I add link colour and hover colour?
I can see the instructions for the old Sifr, but not the newer version of Sifr.
Anybody have this successfully working with links?
class Page_Controller extends ContentController {
function init() {
parent::init();
Sifr::add_font('din', 'themes/obcrest/fonts/Din-Bold.swf');
Sifr::replace_element('din', 'h3', "'.sIFR-root { text-align: left; color: #001755;'");
Sifr::activate_sifr();
}
}