【发布时间】: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