Using a craft theme version 15.3.0. . I’d like to disable the header link but i cant find it under customize > header. No option to disable the header link. Able to assist?
Hi @Sheila28 Thanks for reaching out to Shopify Community Post.
Manually remove or disabling it using these steps is the only option –
In Theme Settings click on custom Code and add the below code–
.header__heading-link {
pointer-events: none;
cursor: default;
}
Let me know if this help or if you need more assistance.
Thank you, it works