Hi,
I have an unusual problem, I am developing within a wordpress environment and using a plugin. To futureproof the plugin I do not want to edit the code that is generated to include HTML tags, because when the plugin is updated it will overwrite my change.
I am looking to write some javascript that is outside of this plugin to replace text within a text node to a h2 header.
The code snippet that I am dealingwith is here:
<div class="wpb_wrapper">
Log In
<div class="login" id="theme-my-login1">
In here, I would to change the "Log In" text. Is there a way that i can do this?
Any help would be much appreciated.
Kind regards
Darren