Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #799434

    Hi there,

    I have followed the instructions here:

    https://kriesi.at/support/topic/apply-link-to-column-box/

    But can’t get it to work it seems. I am trying to link the columns which contain the products on the homepage to their respective products in the shop.

    Your help is appreciated.

    Thx

    #799539

    Hey clairemartindigital,

    Your column with “column-link” CSS class works fine on my end. Please add following code to Quick CSS to change cursor

    .column-link {
         cursor: pointer;  
    }

    Best regards,
    Yigit

    #799544

    hi yigit,

    sorry i don’t understand. when you say ‘it is working fine…’ – how exactly is it working fine? where can i place the link? i don’t understand the part where i can place the link. please advise.

    thanks

    #799547

    Hi,

    That code finds the link inside your column and applies it to whole column. If you click randomly on that column, it will take you to respective product page. CSS code i provided above is to change cursor when hovering over your column so that visitors would realise it is a link :)

    Best regards,
    Yigit

    #799558

    Thanks! resolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Apply a link to column’ is closed to new replies.