Let's suppose I have the following text strings within a CSS class:
Text:
(2) 91-180
2, 91-180
Class:
<text class="nv-legend-text">(2) 91-180</text>
Is there, by any chance, a way how to hide the (2) or 2, using CSS so only the text 91-180 is shown?
I have no other way how can I control/adjust the code itself, only custom CSS.
(2)inside a span assign the said span with a class and give it a property ofdisplay: none;?tag,class,idetc.