我正在编辑这个主题,http ://themelize.me/demos/curri2.2/index.htm
我想在客户端部分的图像中添加一些 url(索引滑块上有 4 个图像)
例如,当我通过检查元素添加代码时;
<a href="http://www.google.com"><img src="img/clients/client2.png" alt="Client 2 image" class="img-responsive" draggable="false"></a>
像这样。
光标更改,但链接不起作用。
我想它可能是关于 z-index,并在这个主题样式文件中搜索它,/theme-style.min.css
找到了 4 个实例,但无论我改变什么,它都不起作用。
我该如何解决这个问题?
注意:我也尝试添加到 div 的链接,但在主题结构中,我认为它重叠,最后一张图片消失了。
编辑:这是 img 响应类代码,
img-responsive{display:block;height:auto;max-width:100%} It is the default bootstrap setting I think. themelize.me/demos/curri2.2/css/bootstrap.min.css