<div id="chart-id-149" class="big_number_total">
<div class="superset-legacy-chart-big-number no-trendline" style="height: 98px;">
<div class="header-line" style="font-size: 18px; height: 49px;">
<span>30</span>
</div>
<div class="subheader-line" style="font-size: 3px; height: 30px;">% Conversions</div>
</div>
</div>
Kindly note that I want to reference subheader-line class for the id: chart-id-149. So the condition should be the text within id of chart-id-149 and class subheader-line should have the colour blue.
Here's what my code looks like:
#chart-id-149.subheader-line {
color: blue;
}
But I see no effect, please do let me know where am I going wrong.
#chart-id-149 .header-line.subheader-lineto contain blue text but the css is targeting.header-line