Remove hyperlink from Header
How can I stop the header from linking to the home page when someone clicks on it?
-
Evgeny Zaritovskiy commented
You can do it using "Theme Overrides" feature - see http://help.wildapricot.com/display/DOC/Theme+Overrides You need to update header gadget HTML code for this:
* Enable "Theme Overrides" on your site
* Download them set from your Settings / Theme overrides
* Find file "Gadgets / Page.Header / GadgetTemplate.tpl" in the downloaded set
* Upload it to the same location in your site WebDAV "ThemeOverrides" folder
* Update the file - find text "<$Model.OnClick$>" and delete. This markup is responsible for generating code to redirect user on home page when clickedBut why do you need to disable this?