How to change the logo link

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
How do I change the link that is associated with the logo at the top of each page?  I have client's logo there, but I want it to link back to their website.  Thanks!
12 years ago
You can do this in your file root>Modules open Header.ascx file
find this line somewhete in the top:

<a href="<%=CommonHelper.GetStoreLocation()%>" class="logo">logo</a>

and change this <%=CommonHelper.GetStoreLocation()%> to any link like "http://www.clientsite.com"
12 years ago
wxDevelopment wrote:
You can do this in your file root>Modules open Header.ascx file
find this line somewhete in the top:

<a href="<%=CommonHelper.GetStoreLocation()%>" class="logo">logo</a>

and change this <%=CommonHelper.GetStoreLocation()%> to any link like "http://www.clientsite.com"


That worked!  Thank you very much!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.