Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there twostuds, hope you’re well today!

    This can be done by adding some custom CSS. The easiest way to do that, if your theme doesn’t already have custom CSS tab, would be to add it in your site using the following plugin

    http://wordpress.org/plugins/simple-custom-css

    Once the plugin is installed and activated you can add this code to Appearance >> Custom CSS:

    img#header-img {
    float: left;
    }

    This should remove the link from the header and make it clickable only on the image.

    Let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter Joe

    (@twostuds)

    Thank you kindly for your assistance, Bojan. Worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full Header Is Clickable’ is closed to new replies.