Mobile view, Listings images wont transfer to listings category

When on mobile version of website and i click listings, i get the main categories page, but when i click on a image it wont go to the url instead i have to click on the actual text. can u make it so that if the image of the category is clicked as well that its a href link

Please try this CSS snippet

.hp-listing-category--view-block .hp-listing-category__content{
	pointer-events: none;
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.