• Resolved jdwebsite

    (@jdwebsite)


    Hi,

    Is it possible to hide the title until the image is hovered over, and is there an option to open these links in new tabs?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    Hi,

    For the opening buttons/links in new tabs, they’ve just been implemented in v1.11.

    To hide the title, this is possible with some CSS:

    .ugb-image-box .ugb-image-box__item:not(:hover) .ugb-image-box__title {
        opacity: 0;
        transform: translateY(15px);
    }

    This actually looks like a cool effect ??

    Thread Starter jdwebsite

    (@jdwebsite)

    @bfintal Hi. Thanks for your reply! Where do I put this? I’ve pasted it into ‘additional CSS class’ and it didn’t do anything.

    Plugin Author Benjamin Intal

    (@bfintal)

    I added it in Appearance > Customizer > Additional CSS

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide title until hover and open in new tab’ is closed to new replies.