Thanks. still i dont understand how to convert bootstrap to startup script phpmaker
i try use many element and class via browser inspect but still not working
this is my code on Other → Login Page → Startup Script
//to make submit button follow width login box, its working
$(“#btn-submit”).addClass(“btn-block”);
//put a logo above the login page, its working
var header = ‘
// Make Login Box center position, its working
$(“#flogin”).attr(“class”,“register-box”);
// i want to place icon in the text box username and password with this code but its not working the icon show above textbox username and textbox password
$(‘’).insertBefore(‘#username’);
$(‘’).insertBefore(‘#password’);