How can I change the logo link to scroll top in my online store?

search for {{ routes.root_url }}, when you see <a href=“{{ routes.root_url }}”… it means that link will go to the main page. If you want it to do something else, take the code that @ZenoPageBuilder gave you and put it in place of {{ routes.root_url }}, inside the quotations. Do it anywhere you see {{ routes.root_url }}