Jump to content

Scroll to top when clicking on the logo

Recommended Posts

Hi,

In my website header, I have a "fixed position" logo centered (fixed header style - Basic), which means that the logo stays in position when I scroll down.
I am looking to achieve a "scroll to top" effect when I click on the logo, is that possible ?
Note that I don't have the code injection feature available.

Many thanks in advance.

Link to comment
  • Replies 11
  • Views 468
  • Created
  • Last Reply

Top Posters In This Topic

On 9/11/2024 at 9:06 PM, a_dltg said:

Yes exactly, and I would like this same behaviour on every pages.

Thanks.

Try this to Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
  $(document).ready(function(){
    $('div.header-title a').attr('href','#');
});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 9/13/2024 at 6:17 PM, a_dltg said:

Hi @tuanphan thanks for this, as I said I don't have the code injection feature in my plan.

So I was wondering if there is another way of achieving this.

Thanks

You can edit Site Footer > Add a Block > Choose Markdown > Paste the code

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
23 hours ago, a_dltg said:

@tuanphan it looks like it's more related to the browser in fact, because it works fine with Chrome! 🙂

However, is is possible to reduce the speed of the 'back to top' effect ?

Thanks!

You can use this to Website Tools > Custom CSS

html {
  scroll-behavior: smooth;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.