Change "logo link" to separate address?

I need to manually change the logo link in X. I have the WP-install (and X-child theme) running in a sub-folder on the site (www.mysite > wordpress) and a separate “splash-page” at root level (customer request). What I want is for the “logo link” to point to this splash-page at root (www.mysite). I’ve understood that I need to add a line or two to the functions.php file in the child theme, but can’t find the actual function I need to change.

regards
Jørgen

Hi Jorgen,

First, please check this guide regarding the structure of the theme file and how to customize. The template file responsible for that part is this: wp-content\themes\x\framework\legacy\cranium\headers\views\global\ _brand.php. Copy that file on the same folder on your child theme here: wp-content\themes\x-child\framework\legacy\cranium\headers\views\global. You may need to create the folder that doesn’t exist on the child theme. Then edit the file as necessary. The href value is what you need to change.

Hope this helps.

Thanks - worked like a charm…

You are most welcome. :slight_smile: