• Resolved blitheringguru

    (@blitheringguru)


    I have a site which is a secondary site for a company. I want to link the company header logo back to the main site. Can you point me in the right direction to find where the site logo is defined and how I would add a link to it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there @blitheringguru,

    You can override the function rookie_header_area() at your functions.php file of your child theme. rookie_header_area() can be found in \wp-content\themes\rookie\inc\template-tags.php folder.

    Thanks,
    Savvas

    Thread Starter blitheringguru

    (@blitheringguru)

    Thanks. This definitely pointed me in the right direction. For anyone else looking at this for the same reason, the anchor for this is actually in rookie_header_branding().

    Roch

    (@rochesterj)

    I’m glad it’s resolved!
    And thanks for sharing the right function!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add URL to logo’ is closed to new replies.