The back-to-top button seem to have disappeared from my website (http://lsitechnology.com/). Pls let me know the custom css needed to make it visible.
Thanks in advance!
I saw that its back to top button you have done it display none; so you are not visibleing it. I found from your site <div class=”back-to-top” style=”display: none;”>
To make it visible you need
<div class=”back-to-top” style=”display: block;”>
and 1 think i could not see the back to top images. So you upload that image inside images.
I have looked in our demo site and i just checked in my laptop so its working fine here. I am not sure what have you done exactly. Through the firebug i found that its displaying none. so you are not getting back to top image
Yes you are right. It may also be. You can see in our demo site it is working fine there . So once you deactivate all the plugins and check. I am not sure what you have done. I think something is wrong while doing custom code too.