I’m using the ajax portfolio and want to know how to disable the link on the h2 portfolio-preview-title entry-title. Thanks!
Hi jh100!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ajax_slide header.entry-content-header {
pointer-events: none;
}
Regards,
Yigit
Thank you! That worked (once I cleared my cache).