• Hi, is it possible to display immediately the title instead of the mouse overlay?
    I would like to keep the title in the center of the image, all same like now but by default

    Please let me know

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    It is possible with custom CSS only.

    Regards, nK.

    hi,

    may you put an example of CSS code to show always title?

    thanks

    Plugin Author Nikita

    (@nko)

    Hi.

    CSS is for example only (for Fade effect):

    .vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
        opacity: 1;
    }
    .vp-portfolio__items-style-fade .vp-portfolio__item-overlay .vp-portfolio__item-meta {
        transform: none;
    }
    

    Advanced styles you need to write by yourself.

    Regards, nK.

    is it possible to do this with the other effects as well as fade if so please can you supply the css thaks

    is it possible to do this with the other effects as well as fade if so please can you supply the css thaks

    Thread Starter alexdex

    (@alexdex)

    Is not working for me, to see the title I always need to go over the image

    Is possible to share this CSS?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘textual placeholders’ is closed to new replies.