#4065

Nam Nguyen
Moderator

Dear, gerhardganotz
1. I think you should change filter style
2. Please check again and view change in Custom css, js
3. I need also to remove the moving button. You can via file
root\sns_nova\themes\sns_nova\sass\theme\_general.scss

a, span, i {
    @include transition(all 0.25s ease 0s);
}

=>

a, i {
    @include transition(all 0.25s ease 0s);
}

and goto BO > SNS Theme > Advance > clearcss
Thanks!