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
User | RANK |
---|---|
45 | |
44 | |
44 | |
28 | |
21 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023