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.
Hi did they figure it out? I am having the same issue
hi,
Unfortunately, no. Anyway, I'm not using the Dawn theme anymore.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025