How do I change the look of the connect button?
This information is for advanced web designers only. I you are not a web designer, please do not attempt. If you're modi
This information is for advanced web designers only. I you are not a web designer, please do not attempt. If you're modifying the splash page using the built-in editor, please be sure to use JQuery to change the Connect button characteristics. Example:
Change Text
$(‘#connectBtn’).text(‘NEXT’);
Assign CSS Class
$(‘#connectBtn’).prop(‘class’,’btn splash-btn’);