The AJAX portfolio displays your text next to the image. It puts the title of the image ABOVE your text with a mouseover link. I don’t want it to display this TITLE at all. How do I remove it?
Thank you for your great support!
Hi lrobbins303!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.ajax_slide h2.portfolio-preview-title.entry-title {
display: none;
}
Regards,
Yigit
Thank you! That fixed it. Appreciate the fast response!