Remove/turn off the titles when hovering over thumbnails on Portfolio Page November 6, 2024 You can use this code to Custom CSS box /* Hide portfolio titles */ .portfolio-text { opacity: 0 !important; }