MaggieG Posted December 24, 2019 Posted December 24, 2019 Hello! I am wondering how I can insert a small floating image, like the circle quote shown in the screen shot below? I would love to use this on sites in the future and would love to learn how to achieve it! Thank you in advance for any help!
tuanphan Posted December 24, 2019 Posted December 24, 2019 There has some ways to do that. 1. Insert image tag to Footer Code Injection <img src="enter image url here" alt="circle image" class="fixed-img"/> then insert this code to Home > Design > Custom CSS .fixed-img { position: fixed; top: 50%; right: 20px; z-index: 999; } 2. Insert Image Block, then use CSS .i-dont-remember-image-class-name { position: fixed; top: 50%; right: 50px; z-index: 999; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
HannahZoe Posted November 6, 2020 Posted November 6, 2020 @tuanphanhow would I be able to make this image as an active link? I want to link to my contact page 🙂
tuanphan Posted November 10, 2020 Posted November 10, 2020 On 11/7/2020 at 2:18 AM, HannahZoe said: @tuanphanhow would I be able to make this image as an active link? I want to link to my contact page 🙂 Try edit this <img src="enter image url here" alt="circle image" class="fixed-img"/> to this <a href="/contact" class="fixed-img"><img src="enter image url here" alt="circle image"/></a> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.