Viewing 1 replies (of 1 total)
  • Plugin Author Saif

    (@kingsrrf)

    Are you referring to the “take a look” link?

    Add this to your CSS file:

    @media screen and (max-width: 480px) {
        ul.kings_grid figcaption a{
            display:none
        }
    }

    The code above will remove the button from any device having a width of 480px or less. Please, change the width according to your requirement. (If you’re not sure about which width to use, use this one. )

Viewing 1 replies (of 1 total)
  • The topic ‘Disable link on mobile’ is closed to new replies.