Hi. I just need a feature image on posts – no hover – no expand.
I tried these two below. The image still expands if its clicked.
}
.image-overlay {
visibility: hidden;
}
.pp_expand {
display: none !important;
}
Any suggestion is appreciated. Thanks much!
Hi rahrens!
give us your web site link please, to check all CSS code if there is an overwite or something
Regards,
Basilis
Okay. Sent. Thx
Hey!
Please insert the following css into your custom css secion:
#top .fullsize .template-blog .big-preview {
pointer-events: none !important;
}
Cheers!
Dake
Perfect! Thank you!!