Viewing 2 replies - 1 through 2 (of 2 total)
  • Element.style is inline CSS – it’s right there in the HTML code.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Anything in Element.style means the CSS is inline the HTML, E.g it is -here;

    <div style="color: deeppink;"> ... </div>

    It’s either caused by JavaScript or hard-coded in some other way.

    Since you’ve identified that it is caused by your plugin, I think you’ll need to hack that plugin and therefore need the support of your plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cant find element.style’ is closed to new replies.