Good morning!
I do not have access to the HTML of a site that I'm editing, so to make additions, I only get via css or js. Basically I need to change a text from "service", to "Transfer" and to trying with jquery in the "Javascript in header", which has in WP.
I'm very amateur in JS so I can not tell where the error is. I'm trying to use Firebug to find problems, but at first the code does not even appear in it.
Follow the code as it is now
$(document).ready(function(){
$('service').text('Transfer');
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><labelclass="service">
<input type="checkbox" checked="checked" value="Service" id="package-service-toggle">
<span></span>
<p>Serviço</p>
</label>