Please, check. the icons on the buttons do not appear.
tnowakowski Hi Can you put the site online, So i will have a look on it : http://prntscr.com/m213s8
Regards
Password provided
tnowakowski Try add this to override.css file (don't forget to enable override from Template Options -> Advanced tab) :
.back-to-top i::before{font-family: FontAwesome !important;content: "\f077" !important;}
Kindly ensure to clear your browser cache if changes dont reflect.
Ok there is one more problem
tnowakowski Try add this also to CSS file :
.icon-chevron-right::before{content:"\f054" !important;} .icon-chevron-left::before{content:"\f053" !important;} .icon-chevron-right::before,.icon-chevron-left::before{font-family: FontAwesome !important;}