https://www.pcconstructionco.com.au/ PW PC2024
CODE:
/* Make list images clickable */
li.list-item {
position: relative !important;
}
.list-item-content__button-container {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
a.list-item-content__button.sqs-block-button-element {
position: absolute;
top: 0;
left: 0;
width: 92%;
height: 95%;
z-index: 9999;
color: transparent !important;
background-color: transparent !important;
}
I used this code because I wanted the our services to be clickable. If there's a better code to use, please let me know.
Thank you!