is there a way to change this inline styling with javascript?
element.style {
background-color: rgb(125, 210, 195);
}
I can't seem to find the origin of the code in my theme files.
This is the raw html:
<span class="qodef-post-image-overlay" style="background-color: rgb(125, 210, 195);"></span>