Skip to content
Oops...
Slider with alias product not found.
$('#text-bigger').on('click',function(){
changeSize($('body'),'bigger');
})
$('#text-smaller').on('click',function(){
changeSize($('body'),'smaller');
})
$('#text-reset').on('click',function(){
$('html body').css('font-size','');
})