As soon the marquee text start scrolling, it cuts words and phrases that should also be showing.
This is how it appears in the store:
Even though the full text should be:

Is there a code to fix this and make all the following phrases appear in the marquee linear gradient texts?
In advance: my theme is Dawn, and the codes Im using to do all of this is:
Best Sellers! Free shipping
In the custom liquid section
And the Custom CSS is:
p {
background-image: linear-gradient(to right, red, blue);
color: transparent;
background-clip: text;
text-fill-color: transparent;
background-size: 100%;
background-size: 100%;
}
If anyone could help I’d be super grateful
I lose the whole day trying to fix but dind’t succeed…
