Making titles clickable

However the answer of your problem havebeen given But in your site i have seen another bug. In the right side bar of your site you have shown the product list but the title of the product is not showing click symbol on mouse hover like product image. If you want to solve that too than Problem is in following code shows below.

<div class="rightinerh1">
<a target="_blank" href="http://rads.stackoverflow.com/amzn/click/B014HAGXGI"quadcoptersco-20"%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB014HAGXGI">
<label>JJRC H8D FPV Headless Mode 6-Axis 2.4Ghz Gyro RTF RC Quadcopter Helicopter Drone with 5.8G 2MP HD Camera Red EU Plug with US Adapter</label>
</a>
<label class="sidebarnewstime">$117.00</label>
<br>
</div>

As you can sea the above code contains all the formatting of your title.

Why is title is not showing click symbol?

Because In the above code title text are enclosed with in <label> tag. You need to remove that <label> tag so that your <a> tag can perform its functionality completely. Find out <div class="rightinerh1"> and remove those labels. If you are using plugin than find out this div in your plugin folder otherwise find this div in your theme. In case of plugin before start searching that div you can try first plugin’s admin section(in your dashboard) and sea all available settings that might solve the problem.