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
Hello @igoorwq ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- 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
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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

