This website uses the Twenty Twelve theme and is setup to show pages throughout with one internal blog page. In my child theme I am using customisations in a styles.css and header.php files.
I am using the Unique Headers plugin to have a different header image on certain pages – like this one.
I am using the Page Specific Menus plugin to have a custom menu on certain pages – like this one.
I need to stop the header image only on pages with a custom header and a page specific menu (like this one) from linking back to my Home Page. I want the ability for these specific pages to link to a variable internal URL chosen by me which in most cases will be not be the Home Page.
I want pages where I do not have a custom header image and a page specific menu (that will be the vast majority of my pages and posts) to continue hyperlinking to the Home Page.
The above must also work for users who have smartphones.
This page and the associated page in the navigation menu is an example on which I want to achieve the above.
From searching on the web I understand this may be possible by adding code to the header.php or styles.css in my Child Theme and I am guessing that this might have something to do with page IDs but I have no idea how to code it.