Reply To: Change background color

PennController for IBEX Forums Support Change background color Reply To: Change background color

#6958
Jeremy
Keymaster

Hi,

You could insert this command:

newFunction( ()=>$("body").css("background-color","lightgray") ).call()

in your trial whenever you want to change the page’s background

Incidentally, changing the background’s color is also what the custom element type in this guide on the documentation allows you to do

Jeremy