hi there,
is there a way to make the particle effect stay visible for the active top link?
thanks a lot! kai
Hello Kai,
Please refer to this old thread:
You may need to modify a custom CSS like for example:
.has-particle.x-always-active .x-particle{
opacity: 1;
transform: scale(1);
}
The code above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.
Best Regards.
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
