<div onclick="location.href='#';" style="cursor: pointer;">
</div>
//html
<div class="col-md-3" id="brwsAllSupp">
<a href="your_link"><span class="divLink"></span></a>
<label style="color: black; width: 100%">Browse All Suppliers</label>
<p class="truckImg">
<img src="assets/images/truck.png" /> <label style="color:black; font-size:15px; margin-left:20px;"> > </label>
</p>
</div>
//css
.divLink {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}