Add custom CSS
This examples shows how you can inject custom css into the search results.
window.findifyApiRegistry = [
function (api) {
api.addStyle('https://yourstore.com/custom-findify-style.css');
}
];
Updated almost 8 years ago
This examples shows how you can inject custom css into the search results.
window.findifyApiRegistry = [
function (api) {
api.addStyle('https://yourstore.com/custom-findify-style.css');
}
];
Updated almost 8 years ago