4
I am making a kind of "notification system" very simple in CSS
.
What I want is that when the number of notifications is (0)
he stays with display:none;
.
I know a way I think it’s possible to do.
Ex: .bolinha [style*="text-align:center;"] { display:none; }
<- I think it’s possible to adapt it, I just don’t know how to do it.
I’ll leave an image illustrating for a better understanding:
To be clear, I want to integrate it with WHMCS. And it’s not open source, meaning it’s all encrypted. . :(
– Alexandre Lopes
J can’t even get?
– Bacco
Yes!!!!!!!!!!! : D :D :D :D
– Alexandre Lopes
I would already ask if it was possible with JS. :D
– Alexandre Lopes
Very booooooom... Thank you @Bacco you’re awesome!
– Alexandre Lopes
@Alexandrelopes just don’t forget that if it is a JS that updates the counter, you must include these two lines inside the updater, or call with some timer. Then just seeing the real case.
– Bacco