Remove/turn off the titles when hovering over thumbnails on Portfolio Page

To remove title when hovering over thumbnails on Portfolio Page Squarespace, you can use this code to Custom CSS.

/* Hide portfolio titles */
.portfolio-text {
    opacity: 0 !important;
}