Home Forums WoodMart support forum Portfolio Reply To: Portfolio

#440987

Artem Temos
Keymaster

Hello,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.portfolio-text-shown:hover .portfolio-thumbnail {
    transform: none;
}

.portfolio-entry:hover .wd-portfolio-btns, .portfolio-entry:hover .portfolio-thumbnail:after {
    opacity: 0;
}

Kind Regards