Okay
  Public Ticket #1479467
Featured Product Container Links
Closed

Comments

  • Kevin started the conversation

    Hello,

    My client would like for the 2 featured product boxes on the left side of the header to link to the product when the image is clicked.  Right now when you click on the image it doesn't do anything.  You have to click on the name for it to go to the product.  This is for the Fruity Fruity Popcorn and the Cheddar.  

    On mobile, when someone clicks on the picture it doesn't link to the product and we are afraid that the person may not know to click on the title.  Is there a way to make the image clickable.  

    I have set the link for the container itself and I also added the same link to the image as well and it still does not link.  Please help.  

  •  608
    WordPress replied

    Hi,

    You can add style css:

    .promo-banner-3 .ult-content-box-anchor {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 11;
    }

    Paul