Skip to content

Instantly share code, notes, and snippets.

@rileybathurst
Created July 2, 2021 22:25
Show Gist options
  • Save rileybathurst/1647927eca8509d5e32416179506e16e to your computer and use it in GitHub Desktop.
Save rileybathurst/1647927eca8509d5e32416179506e16e to your computer and use it in GitHub Desktop.
// wont work if overwritten by the page like color
$w.onReady(function () {
$w("#text25").html = `<div style="background:red; border-radius: 4px;"> ${$w("#text25").html}</div>`;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment