New Landing How can we help? Themeforest Theme Support Uplift Remove link/arrow circle on portfolio slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #319023
    Dev23847
    Member
    Post count: 124

    Hi,

    Re: http://uplift.swiftideas.com/elements/portfolio-carousel/
    How can we hide the circular link or arrow button and show just the text on hover-over?

    On mobile device, how can we deactivate selected object on 2nd tap (click)? Current behavior is to follow link on 2nd tap but intuitive behavior would be to deactivate selection (since we do not want to show the circle).

    Thanks 🙂

    #319113
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    figure.animated-overlay:hover figcaption .thumb-info>i {
        display: none;
    }

    Hope it helps.

    -Rui

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

You must be logged in to reply to this topic.