This topic has 11 replies, 3 voices, and was last updated 3 months, 2 weeks ago ago by Luca Rossi
I have a problem deactivating the sticky ‘Add to Cart’ button that appears at the bottom of the browser when scrolling.
Hello,
Thank you for reaching out to us with your concern.
Please go to XStore Builders > Single product builder via Elementor > edit template > delete Sticky Cart element.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
Thank you, it’s solved. I’m so sorry about the multiple questions. I see on my product page that I can’t select text to copy it. How can I let users have the possibility to select and copy text?
Hello, Zito9,
You’re welcome!
::-moz-selection {
color: red;
background: yellow;
}
::selection {
color: red;
background: yellow;
}
Best Regards,
8Theme’s Team
Please add a loading icon inside the “Add to Cart” button on mobile when a user clicks on it. Currently, the button does not show any loading indicator, so users may not realize they need to wait for 2 seconds until the “Add to Cart” popup appears.
Hi @Zito9,
Please also add this custom CSS codes:
button.single_add_to_cart_button.loading .button-text::before {
width: 25px;
height: 25px;
border: 5px solid #FFF;
border-bottom-color: transparent;
animation: rotation 1s linear infinite;
border-radius: 50%;
position: absolute;
content: '';
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
Hope it helps!
doesn’t work
also how do we delete button “view cart”
Hi @Zito9,
Please also add this custom CSS:
button.single_add_to_cart_button {
background-color: #303a24 !important;
}
also how do we delete button “view cart”
Please edit your shopping cart > disable Show View Cart button: https://prnt.sc/1rdxCEvIMQ1O
Hope it helps!
Thank you, I have already deactivated it but it still shows up.
Hi @Zito9,
Can you please check again?
– https://prnt.sc/jR84jCZpcTdM
– https://prnt.sc/U8M6efr9ofVJ
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up