#1. Suppose you want to hide this item from the Portfolio Page
#2. First, you need to find the item URL. In my example, we will have:
#3. Use this code to Custom CSS box
div#gridThumbs>a[href="/portfolio01-gridsimple/project-02"] {
display: none !important;
}
#4. Result