We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
Hi, I was hoping to figure out how to make the entire product card/thumbnail clickable. Currently only the product title/add to cart icon are clickable. I'd like it so you could click anywhere upon hover to link to product page. Thank you!
Hi, I was hoping to figure out how to make the entire product card/thumbnail clickable. Currently only the product title/add to cart icon are clickable. I'd like it so you could click anywhere upon hover to link to product page. Thank you!
Hi Michael,
That's because the plus icon adds products to cart via Ajax and the title sends you directly to the URL of that Product.
Please add the following style in Appearance > Customize > Additional CSS.
.o-neuron-hover-holder__body__inner > a {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.