Home Forums Jevelin Theme Remove Title of Project Reply To: Remove Title of Project

Home Forums Jevelin Theme Remove Title of Project Reply To: Remove Title of Project

Solution for this topic

I meant to remove the title from the project when you hover over the image to enlarge it. See attachment:

To remove it use below custom CSS code instead of above shared code.

 

.sh-portfolio-overlay4-title {
    display: none;
}