Hi,
you could try to add another HTML element containing the style, in the format :
<style>
.my-class {
color: red;
}
</style>
If I understand your issue correctly, this should be a good solution.
Hi,
you could try to add another HTML element containing the style, in the format :
<style>
.my-class {
color: red;
}
</style>
If I understand your issue correctly, this should be a good solution.