Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1220899

    Hi, is there a way to disable the hover and make the Next/Back slide out buttons on portfolio items just be arrows and not slide out at all? Thank you for your help : )

    #1220961

    Hey envisageiam,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1220962

    The black button with the white arrow : )

    #1220990

    Hi,

    Can you enable right-click so I can inspect the page?

    Best regards,
    Jordan Shannon

    #1221355

    Ok, its been done

    • This reply was modified 4 years, 5 months ago by envisageiam.
    #1221366

    Hi,

    Add this to quick css:

    .avia-post-nav:hover .entry-info-wrap{
        pointer-events:none;
        width:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1221389

    That worked great for desktop, but now on mobile the links are not working

    Here is the CSS I currently have to get them to show on mobile:
    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
    display: block !important;
    }}

    #1221395

    Hi,

    Adjust css to this:

    .avia-post-nav:hover .entry-info-wrap{
        width:0px!important;
    }

    I think that will help mobile.

    Best regards,
    Jordan Shannon

    #1221397

    BAM, ur a G! Thx

    #1221402

    Hi,

    No problem I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio Next/Back Buttons’ is closed to new replies.