Okay
  Public Ticket #240999
How do I make these images unclickable?
Closed

Comments

  • Khristee started the conversation

    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!

  •  8,445
    Tahir replied

    Hey 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 replied

    Where do I put the code?  

    Thanks!

  •  8,445
    Tahir replied

    Add 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,445
    Tahir replied

    You need to add it in general settings css box. 

    Thanks


    ThemeNectar Support Team