Okay
  Public Ticket #340356
Non-Clikable Portfolio Items
Closed

Comments

  • Alasdair started the conversation

    I am wondering if there is a way to make some of my portfolio items non-clickable. 

    Im my case it's for projects I don't yet have videos for. 

    On my site such as 'The Ritual'. 

    Thanks. 

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item .work-info a[href=""] {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team