How to make a site logo non-clickable?

How can I make the header on the page non-keylabeled, I want to prevent people from getting to the home page.

Hey @igoorwq
Can you please share your Store URL and password if enabled

onlypetstm.com

Hello @igoorwq ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hey @igoorwq
Follow these steps

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

Yes, you have helped me a lot! Thank you!!!

And one more question, is it possible to make it so that when a person clicks on the title, he is thrown to the product (which will be my main one, at the moment it is a cat food)

Hi @igoorwq

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.header__heading {pointer-events: none !important;}

Regards,

San