Im trying to change the logo link that targets the frontpage to target an external link. How do I achieve this on genesis subtheme? Thanks in advance.
Im trying to change the logo link that targets the frontpage to target an external link. How do I achieve this on genesis subtheme? Thanks in advance.
Comments
Comment #1
Meeyo commentedI found this http://drupal.org/node/892296 while searching.
Comment #2
Jeff Burnz commentedThe path is set in genesis_preprocess_page, you can override this in your sub-themes template php file, such as
Edit: just making it more clear which bit you should change to set a custom path.
Comment #3
marcoka commented