Tusa Products Posted April 3, 2018 Share Posted April 3, 2018 I attempted to search to see if this was something that had been answered already in another thread, but unsurprisingly, the word "top" on a forum regarding web page issues comes up with about a million posts that have nothing to do with my issue. I've recently installed a live chat module, and that live chat module takes up the same page real estate as the circular back-to-top button that pops up when scrolling. I would like to remove the back to top button altogether. Is there a way to do this through the back end, or is it a forced feature I have to eradicate one page at a time somehow? Thanks much for your help. Link to comment Share on other sites More sharing options...
tantan199 Posted April 4, 2018 Share Posted April 4, 2018 If you post your site url here, maybe I can send you a piece of CSS code to remove the back-to-top button. 1 Link to comment Share on other sites More sharing options...
jetway Posted April 4, 2018 Share Posted April 4, 2018 (edited) 15 hours ago, Tusa Products said: I attempted to search to see if this was something that had been answered already in another thread, but unsurprisingly, the word "top" on a forum regarding web page issues comes up with about a million posts that have nothing to do with my issue. I've recently installed a live chat module, and that live chat module takes up the same page real estate as the circular back-to-top button that pops up when scrolling. I would like to remove the back to top button altogether. Is there a way to do this through the back end, or is it a forced feature I have to eradicate one page at a time somehow? Thanks much for your help. I am guessing you have a custom theme installed? Most of them let you deactivate that feature without modifying any code. Mostly its located where you select your theme. Next to that you have a button "edit" or something in that order. If you click on it you can adjust the theme. Edited April 4, 2018 by jetway (see edit history) 1 Link to comment Share on other sites More sharing options...
Tusa Products Posted April 4, 2018 Author Share Posted April 4, 2018 Ah, yes, I do have a custom theme installed. I didn't think to look in any settings for that. I was just looking in the base Prestashop back end. So far, I haven't been able to find any settings in the theme related to the back-to-top button. The site is www.labreesbakery.com - I de-minified all the css so it would be easier to look through from the outside. If anyone sees anything in there that could be related to that back to top, I would appreciate it. Link to comment Share on other sites More sharing options...
Tusa Products Posted April 4, 2018 Author Share Posted April 4, 2018 Thank ya very much. I was able to track down where that particular button lived and remove it. It was in a template file within my theme directory. Link to comment Share on other sites More sharing options...
XaviCS Posted November 18, 2019 Share Posted November 18, 2019 Hi Tusa, where did you find the button to remove it? I can't find it! Thanks! Link to comment Share on other sites More sharing options...
Jose Cortina Posted May 19, 2020 Share Posted May 19, 2020 On 4/4/2018 at 2:17 PM, Tusa Products said: Thank ya very much. I was able to track down where that particular button lived and remove it. It was in a template file within my theme directory. Hi, where do you find the file to remove the button? Thanks Link to comment Share on other sites More sharing options...
Jose Cortina Posted May 19, 2020 Share Posted May 19, 2020 On 11/18/2019 at 2:43 AM, XaviCS said: Hi Tusa, where did you find the button to remove it? I can't find it! Thanks! In this path /public_html/themes/bizkick/assets/css This File base.css #toTop { display:none; text-decoration:none; position:fixed; bottom:10px; left:10px; # change position overflow:hidden; width:51px; height:51px; border:none; text-indent:100%; background:url(../img/ui.totop.png) no-repeat left top; 1 Link to comment Share on other sites More sharing options...
cleopatrabaila Posted January 9, 2022 Share Posted January 9, 2022 Hi i have the same problem, but i remove in the css and the button is in the same place 😞 I must remove in more archives but i dont know where, some one can i help me? Sorry for my english im spanish :-) The web is prestigiofashion.com More thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now