Given that I have this div
<div class="icon-text">
<span class="icon-star"></span>
Mytext
</div>
The "Mytext" is given automatically the id #text
Since I'm not able to change the DOM, how can I target the "Mytext" value with CSS?
Given that I have this div
<div class="icon-text">
<span class="icon-star"></span>
Mytext
</div>
The "Mytext" is given automatically the id #text
Since I'm not able to change the DOM, how can I target the "Mytext" value with CSS?