Home Forums WoodMart support forum Portfolio

Portfolio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440875

    olka.antoshkina
    Participant

    Hello. On an iPhone, you have to double-click on a portfolio item to go inside the item. How to fix it? On the first click, the animation is loaded, on the second, a transition occurs. If there is no way to fix it, then how to make the element static without animation, so that it needs one click to transition?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)