• Hello everybody,

    I am new to this plugin.

    Right now I have a portfolio page with Item Meta showing up by hovering over.

    Item Style -> Fade -> Display Overlay: Hover State only

    For touchscreens this does not work. My thought was to css as follows:

    .vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    opacity:1;
    background-color: rgba(0, 0, 0, 0);
    }
    .vp-portfolio__items-style-fade .vp-portfolio__item-meta>* {
    opacity:1;
    }

    Is there a sweeter workaround available?

    I would happy about your suggestions.

    Best,
    One

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Item Style Fade (Hover Effect) on Touch (Iphone etc.)’ is closed to new replies.