Hi,
I would like to remove the links from the image and the headline text in the Ajax portfolio.
I am using the child theme. What’s the best way to do this?
Thank you!
Steve
Hey Steve!
Try adding this code to the Quick CSS:
.portfolio-preview-title a {
pointer-events: none;
}
Cheers!
Josue
Thanks, Josue, but that didn’t really change anything.
I don’t want there to be any links from the image or the title shown in the red circles in my visual.
Thanks!
Hi!
Try changing the code to:
.portolio-preview-list-image a, .portfolio-preview-title a {
pointer-events: none;
}
Cheers!
Josue
Hi!
Code Josue posted is working fine. Please disable CSS minifying feature in the plugin you are using, it is stopping the code from applying
Cheers!
Yigit
Hi Yigit and Josue!
Yes, that made it work. And then I was able to re-enable CSS minifying feature in the W3 Total Cache plugin.
Btw, I just used the first code you gave me: the image still has a link but I think I prefer it that way.
Your support ROCKS!
Thanks,
Steve
You are welcome Steve, always glad to help :)
Regards,
Josue