Viewing 4 replies - 1 through 4 (of 4 total)
  • Does anyone know this? 12 months and not even a “No, you can’t do that”? Does anyone out there know how to make the topper or header clickable? I am fairly new to using WordPress as a CMS, so hopefully someone can help.

    You can use “onclick”….
    <h1 id="logo" onclick="location.href='https://mySite.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="mySite.com" /></h1>

    I will try that. Thank you for the post!

    `<h1 id=”logo” onclick=”location.href=’https://mySite.com/&#8217;;” style=”cursor: pointer;”><img src=”<?php bloginfo(‘template_url’); ?>/css/logo.png” alt=”mySite.com” /></h1>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header clickable’ is closed to new replies.