How to make header image unclickable


If header image is click-able, on clicking, it reloads the same page which is of no use, so we can make header images unclickable as under;

Open Template---->Edit HTML---->Proceed
























1. Now check Expand Widget Template (as directed in the below given image)
2. Find this code (you may take help with Ctrl+F for finding)

<div id='header-inner'>
        <a expr:href='data:blog.homepageUrl' style='display: block'>
          <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
        </a>
      </div>

3. Remove or delete the codes in blue color, also shown in below given image, against pointers 2 and 3

4. Save Template and it's all about to make your header image unclickable.


0 comments:

Post a Comment