Hi, I am looking to add a floating action button to my store that would take you to our virtual quote page. I would want this button to remain on the page at all times. I was wondering if anyone had any code that would help me.
This is the website: https://bespoke-oak.co.uk/
@mollycusta , Please follow the below steps to set the button.
open your theme.liquid file and search for the tag. Just before closing the body tag add below the HTML code.
Quote
After this open your base.css file. And at the end of this file paste the below code.
a.quote-btn.button {
font-size:14px;
padding: 12px 10px;
position: fixed;
right: -66px;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
z-index: 999;
}
save both file after changes.
Hi @mollycusta ,
We need to write code to create the floating button
Hi, thank you for your reply. Would this button when clicked take you to
our contact us page?
Hi,
I followed your code for our website and it worked.
We now have a floating box button www.snughooks.com
How would I go about creating 4 floating box buttons?
thank you John H
S-E
August 22, 2024, 10:30pm
7
Hi this code didnt work for me, any suggestions?