Okay
  Public Ticket #247119
Portfolio View - do nothing on click
Closed

Comments

  • Krishna started the conversation

    Is there a way to disable clicks on the portfolio page? I do not want a click on the portfolio items to lead to the Single Project Page. Is this possible?

  •  8,451
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    .portfolio-items .col .work-item.style-4 .work-info a {
        pointer-events: none;
        cursor: default;
    }
    
    
    

    Thanks


    ThemeNectar Support Team 

  • Krishna replied

    Worked great!! Thank you, Tahir.