All things Shopify and commerce
I'd like for the text at the top of the featured products page to either be blinking or growing. Can someone please assist, thank you.
Rich
Write the text you want to display and give it any class name and in theme.css file write this code
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.your-text-class {
animation: blink 1s infinite;
}
Good morning Asad, hope all is well!
I noticed that at the end of the code you sent it reads ".your-text-class {"
Is this where i name the action?
Thank you
you need to add a class to the text e.g if your text is "this is test text"
tou need to write it like this
<p class="your-text-class">this is test text</p>
If you still need assistance i need collaborates access to resolve the issue
My email address is asadmahmood8470@gmail.com
Asad,
I need help doing this exact thing but I don't understand where to put the code and how to make it work. Can you email me sr1volleyball@gmail.com? Thanks
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024