禁用移动设备上的链接

时间:2017-06-20 20:30:45

标签: javascript css wordpress

我有一个由Content View插件填充的页面。内容是特定类别的博客文章。我已禁用链接,以便人们只能看到该页面上的内容,并且无法单击缩略图以转到帖子页面。我使用CSS禁用了点击次数,但是,在移动设备上,这不起作用。就像在,如果我触摸缩略图,它仍然会带我到帖子页面。不确定我是否有意义;这是参考页面:

http://studio.usualhabitat.com/portfolio/

这是我正在使用的:

body.page-id-686 img.pt-cv-thumbnail {touch-action: none!important; pointer-events: none!important; cursor: default!important;}
body.page-id-686 .pt-cv-ifield a._self {touch-action: none!important; pointer-events: none!important; cursor: default!important;}

1 个答案:

答案 0 :(得分:0)

您可以使用touch-action:none;

问候。