Comments Khristee started the conversationJuly 2, 2014 at 11:50pmI am wondering why the three images, the laughing series are clickable. How can I make them just regular images so that they won't take people to another page. Thanks! 8,839Tahir repliedJuly 3, 2014 at 4:15pmHey Khristee!You can remove the links from those images via this custom css: body .portfolio-items .col .work-item .work-info a { pointer-events: none; cursor: default; } Cheers ThemeNectar Support Team Khristee repliedJuly 4, 2014 at 12:55amWhere do I put the code? Thanks! 8,839Tahir repliedJuly 4, 2014 at 3:42pmAdd this into the Custom CSS box located in your Salient Options panel :body .portfolio-items .col .work-item .work-info a { pointer-events: none; cursor: default; } Cheers ThemeNectar Support Team Khristee replied privately Khristee replied privately 8,839Tahir repliedJuly 7, 2014 at 1:46amYou need to add it in general settings css box. Thanks ThemeNectar Support Team Sign in to reply ...
I am wondering why the three images, the laughing series are clickable. How can I make them just regular images so that they won't take people to another page. Thanks!
Hey Khristee!
You can remove the links from those images via this custom css:
Cheers
ThemeNectar Support Team
Where do I put the code?
Thanks!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
You need to add it in general settings css box.
Thanks
ThemeNectar Support Team