I have a little problem with css.
I have one with css, which is generated by code inside another . I can't change the css file.
And I need remove this style. Is it possible somehow?
<div class="1">
#Generated by code
<div class="2" style="xxxxxxxx">
This text is bold now. Cause of the style. I need normal!
</div>
#Generated by code
</div>
Is there something I can do??
Thank you :)