All things Shopify and commerce
Hi,
As the title suggests, I would like to upload some logos in a multi-column layout and then make them levitate and rotate. If someone has the solution, I would be very thankful.
The theme is Dawn.
One of the way to implement the required action is by using Global CSS section in Shopify. Here are the steps to do it -
Here is the sample CSS for rotating image -
img.multicolumn-card__image {
animation: spin 5s linear infinite;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
Just for reference here is the sample image showing the CSS and multicolumn image in action -
Also, here is a demo video on how to add Global CSS in Shopify - https://youtu.be/nPja-jHwmPc
Hope this will help you! Feel free to reach out if more details are needed.
Thanks & Regards,
Vivek
Scale-up Print
hi @Vivek_goyal
thank you for reply. By rotating, I meant creating a slideshow on a single line to display each logo. Let s say like a braking news banner.
So i need that each logo be on a lifted white card with a bit of shadow in a slideshow on a line.
ok, thanks for the details. Do you have any reference URL for the same? You can DM me the details.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024