【问题标题】:Why is this custom wordpress link not clickable?为什么这个自定义 wordpress 链接不可点击?
【发布时间】:2019-08-20 01:28:09
【问题描述】:

wordpress 标题中的自定义顶部标题按钮“返回 cosemi 公司”不起作用。它是一个普通的 A href 链接,应该单击并将用户发送到页面,但它什么也不做。

在此处查看菜单 - https://www.cosemi.com/consumer/?cmp_bypass=testingwindow123

<div class="back-cosemi-btn">
<a href="https://www.cosemi.com/">BACK TO COSEMI CORPORATE</a>
</div>

【问题讨论】:

    标签: php html wordpress


    【解决方案1】:

    看起来像是在标题元素的后面。

    尝试添加这个 css

    .back-cosemi-btn a {
    position: relative;
    z-index: 10;
    }
    

    【讨论】:

    • 你太棒了!非常感谢。
    猜你喜欢
    • 1970-01-01
    • 2017-06-13
    • 1970-01-01
    • 2012-08-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-02
    相关资源
    最近更新 更多