I've looked up all sorts guides and founds that it's technically possible with jQuery, so I download Header and Footer Scripts
( a plugin ) and managed to get a console.log working with jQuery.
The code I have so far is:
<script type="text/javascript">
jQuery(document).ready(function() {
console.log('Hi');
});
</script>
I want to make the border-radius of a button in the iFrame 0, and it's Id="lc_form_submit", so is it possible for me to do that?
I want to do more, but I'd probably be able to figure out the rest if I can get help with his part
Thanks!