1. Home
  2. Knowledge Base
  3. FAQs
  4. How To?
  5. How do I change the look of the connect button?

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 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’);

Updated on April 29, 2019

Was this article helpful?

Related Articles