Bài viết này anh chị làm theo sẽ được kết quả như bên dưới:
Vào Flatsome -> advanced -> Footer Scripts, thêm mã sau nhớ chỉnh số điện thoại cũng nhưng facebook… thành của bạn nha
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<div class="sidebar-support"> <a href="tel:099999999"> <div class="item-support" style="background: #dd3333"> <img src="https://fcwordpress.net/wp-content/uploads/2021/10/phoneicon.png" alt="099999999" >099 999 999 </div> </a> <a href="#"> <div class="item-support" style="background: #1e73be"> <img src="https://fcwordpress.net/wp-content/uploads/2021/10/fbicon.png" alt="Facebook">Facebook </div> </a> <a href="#"> <div class="item-support" style="background: #1e73be"> <img src="https://fcwordpress.net/wp-content/uploads/2021/10/tik.png" alt="Tiktok" >Tiktok </div> </a> <a href="#"> <div class="item-support" style="background: #1e73be"> <img src="https://fcwordpress.net/wp-content/uploads/2021/10/yt.png" alt="Youtube" >Youtube </div> </a> </div> |
Vào Flatsome -> advanced ->Header Scripts, copy mã sau vào:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
<style> .sidebar-support { position: fixed; bottom: 200px; z-index: 9999; } .item-support { margin-top: 10px; height: 45px; padding: 5px; border-radius: 0 99px 99px 0; width: 170px; text-align: right; line-height: 35px; margin-left: -125px; transition: .5s; } .item-support img { float: right; height: 35px; background: #fff; padding: 5px; border-radius: 50%; margin-left: 10px; } .siderbar_support a { color: #fff !important; } .item-support:hover { margin-left: 0; transition: .5s; } </style> |
Mọi sự sao chép xin ghi rõ nguồn là fcwordpress.net
Chuyên trang về wordpress: hướng dẫn thiết kế theme, plugin, thủ thuật wordpress