Hi,
Is there a way to make the mouseover effects go away and remove the link from the featured image. I dont have any need to make them bigger, they work perfectly in line with the page text for me.
Thank you,
Tim
Hi,
Is there a way to make the mouseover effects go away and remove the link from the featured image. I dont have any need to make them bigger, they work perfectly in line with the page text for me.
Thank you,
Tim
Hey,
open up page.php, template_fullwidth.php and single.php and search for following code:
'display_link' => array('lightbox'),
Replace it with:
'display_link' => none,You must log in to post.