Need help removing excess letters? at the end of my home page url

Ok so I attached a photo so that you can see what I mean.

My home page is: https://savlenstudios.com

However, when you click the logo, at the top left of the page, (which brings you back to the home page) it says

https://savlenstudios.com/?ref=logo&home=molla-v1-6-4-opt

I would like to remove the ?ref=logo&home=molla-v1-6-4-opt

Can anyone offer any suggestions?

I do have the Molla template if this helps.

Thank you so much!

This is a bug of your Theme (Molla).

You should contact theme developers for support, or try to change the code of the theme by yourself.

Unfortunately I don’t have this theme sources, so I can’t give an help here, without accessing the code.

Go to sections > header.liquid file and find ‘header-logo’.

Change ‘<a href’ => ‘<a href=“/”’ Refer: https://i.imgur.com/3f0Y5Vn.png

Hope it clear to you.