Hi all tech wizards, can anyone please tell me how can I insert marquee images just under the buy button. here is the link for my store
Topic summary
A user seeks guidance on adding marquee images below the buy button on their product page.
Another participant provides a solution using CSS animations with the <marquee> tag (noting it’s outdated) and shares example code:
- Creates a
.marqueediv containing images - Uses CSS
@keyframesanimation withtranslateXto create scrolling effect - Mentions implementing this recently for a client (references Leveret Pajama shop)
The original poster confirms the solution works and asks for simplified code specifically for payment icons instead of general images. The discussion remains open, awaiting a tailored solution for payment icon implementation.
Hi! To insert marquee images below the “Buy” button, you can use the tag (though outdated) or modern CSS. Here’s a CSS example:
I have done this recently for one of my client recently to add such button for one of my client at Leveret-pajama shop. If you can check it manually then you can visit it for more details.
its clearly working. I wanted to add payment icons there. is there any simplified code for payment icons?