【问题标题】:Insert Button at Footer在页脚处插入按钮
【发布时间】:2020-04-09 09:24:46
【问题描述】:

我想在我的网站https://chirpygold.com/的页脚区域 (http://prntscr.com/rvlsit) 添加这个 whatsapp 按钮

whatsapp 按钮已经上传到这里:https://cdn.shopify.com/s/files/1/0349/2541/2397/files/whatsapp-button.png?v=1586370150

该按钮应该点击到:https://wa.me/13158991622

有人可以提供添加到页脚文件的代码吗?

【问题讨论】:

    标签: shopify


    【解决方案1】:

    <ul class="no-bullets site-footer__linklist "> 末尾footer 部分中添加这样的东西:

    <li>
      <a href="https://wa.me/13158991622">
        <img
             src="https://cdn.shopify.com/s/files/1/0349/2541/2397/files/whatsapp-button.png?v=1586370150" 
             style="
                    max-width: 200px;
                    "
         />
      </a>
    </li>
    

    它看起来像:

    【讨论】:

      猜你喜欢
      • 2015-10-21
      • 2017-06-16
      • 1970-01-01
      • 2022-10-21
      • 1970-01-01
      • 1970-01-01
      • 2013-12-19
      • 1970-01-01
      • 2017-01-28
      相关资源
      最近更新 更多