How to change Portfolio titles color

To change Portfolio titles color, you can use this to Custom CSS box.

h3.portfolio-title, span.portfolio-hover-item-content {
    color: #f1f !important;
}