Okay
  Public Ticket #2345404
How to make entire product card clickable
Closed

Comments

  • Michael Giles started the conversation

    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!

  •  675
    Neuron replied

    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.