How do you make the logo in the header linkable to the homepage in colorblock 3.0.0?
your help is much appreciated ![]()
How do you make the logo in the header linkable to the homepage in colorblock 3.0.0?
your help is much appreciated ![]()
@ewent ,
About your issue, on every theme the logo can able link to homepage, but to be sure, you can do check on the theme customize setting on the add the logo of header part, then to finding to the option setup the link for logo.
Hi @DitalTek ,
Thank you for the advice, however, I cannot locate the option that links the logo to the homepage. Could you perhaps show me a screenshot as to where to find this?
Hello @ewent
Go to the online store ->Theme ->Edit code-> Sections β header.liquid ->find logo-related code->basically in that file, will be the anchor tag are like thisβ¦
Your logo code for such an anchor tag with href="/" (for example: href="{{ routes.root_url }}"). You just need to change the href value to wherever you want to redirect.
let me know if you have a question.