i am using ajax portfolio to present some products but i would like to remove link to article-portfolio from title if possible.
thank you
Hey czar,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi jordan, thanks for your help. Site link is in private data.
Thanks
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.portfolio-preview-title a {
pointer-events: none;
}
Best regards,
Yigit
It works. Thanks as always Yigit.
Good job