Okay
  Public Ticket #249209
Home Page Portfolio Candy View - do nothing on click
Closed

Comments

  • Krishna started the conversation

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

    I added the following CSS, but it worked only from the actual portfolio page:

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

  • Krishna replied

    I just saw the lightbox only option that prevents it from going into the single project page, but opens the image in a gallery view.

    It achieves half of what I want to do - would be great if I could apply the { pointer-events: none; cursor: default; } style to the corresponding items on the home page.

  •  8,839
    Tahir replied

    Hey Again!

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

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

    Cheers


    ThemeNectar Support Team