Okay
  Public Ticket #1219183
Taking filter off one Portfolio item
Closed

Comments

  • Greentdigital started the conversation

    Hey There, 

    I'm just wondering if it's possible to remove the filter on just one portfolio item in the feed. I basically just need to take the grey filter off one. See screenshot for the one I need to remove. 

  •  9,012
    Tahir replied

    Hey Again,

    Apologies for the Delay caused due to Eid Holidays.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-items .col .work-item.style-3 img[src="http://orangeworks.greentstaging.com/wp-content/uploads/2016/06/plain_tile-orange.jpg"]~.work-info-bg {
        opacity: 0 !important;
    }

    Thanks


    ThemeNectar Support Team