Hello,
I’m trying to make the entirety of the product cards clickable. Currently, only the bottom is clickable.
The product cards are featured in the home page and in the “Coffee Boxes” page. I would like to make the entirety of product cards clickable in both locations.
FYI: the home page and the “Coffee Boxes” page were designed using PageFly.
Website home page: www.borikafe.com
“Coffee Boxes” page: https://borikafe.com/pages/coffee-boxes
Any help is greatly appreciated!
Hi, @SantosBaez
I can add the feature for you. But it needs to add some custom code. If you need my help, please let me know.
I previously had a custom code to make the whole product card cliackable, but it stopped working. If you could help me with a new code, I would greatly appreciate it.
Hi @SantosBaez
You can try to add this code to Custom CSS of that section and check again
h3:after {
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
1 Like
Can you please send me your collaborator code? I will check it for you.
Hi AnneLuo, the collaborator code is 4049.
Thank you @Dan-From-Ryviu ! This worked!
Marked as solution!
1 Like