【问题标题】:Replace icon button with URL image用 URL 图像替换图标按钮
【发布时间】:2022-01-11 00:07:28
【问题描述】:

我会知道如何修改所有页面中显示的 Whatsapp 图标按钮以开始聊天。 在我的网站中,footer.php 中有此函数的代码:

<div class="whatsapp">
<a href="https://api.whatsapp.com/send?phone=-------------" target="_blank">    
<h5><i class="fa fa-whatsapp fa-3x " aria-hidden="true"></i></h5></a>
            </div>

CSS 是这样的:

.whatsapp {
position: fixed;
right: 0px;
top: 52%;
}
.whatsapp h5 {
color: white;
background: #20b20f;
padding: 12px;
border-radius: 10px;
}

我想用我上传到媒体库(URL 图像)的图标更改图标(fa fa-whatsapp fa-3x)。 此外,我会将图标隐藏在购物车和结帐页面中。我怎样才能做到这一点? 谢谢!

【问题讨论】:

  • 背景图片?!

标签: php css wordpress whatsapp


【解决方案1】:

我是这样做的

<a href="https://api.whatsapp.com/send?phone=+nnnnnnnnnnnnnn" target="_blank" style="background: none;"><img style="height: 30px; width: 30px;" src="/images/whatsapp_square.png"></a>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-06-11
    • 2023-03-16
    • 2016-07-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-25
    • 1970-01-01
    相关资源
    最近更新 更多