🀩 Event Build - Registration Form
  1. Insite
  2. 🎬 Build a Mini VE
  3. 🀩 Event Build - Registration Form

Mini VE Registration Page - Design Guide

How to brand up your Mini VE Registration Page

Step 1: Editing the Mini VE Registration Page branding through the HTML Header 


  1. Log into the WorkCast platform
  2. Open the specific event
  3. Click "Session Setup & Studio Access"
  4. Select "Lobby" session
  5. Click "Extra" tab
  6. Here you will find the HTML Header section where you can edit the branding of the registration page.

It is important to note that any time you make an edit you must click outside of the HTML header box so that the Save bar appears. 

  • Click save 
  • Click publish draft 
  • Click Yes 

Step 2: Make your specific edits

  1. Background 
  2. Overview Box Background 
  3. Primary and Secondary Theme
  4. Font Color and Size
  5. Adding a secondary logo

Changing the background  

  1. Find the body background tag 
  2. Replace the URL with another image URL 

 --body-background: url(www.backgroundimage.com) #efefef no-repeat bottom right/cover fixed;

3.   Remove the URL so that only the HEX code is displayed for a solid colour

    --body-background: #efefef no-repeat bottom right/cover fixed;


Change the overview box background colour

    --reg-background: #HEX CODE;


Changing the primary and secondary theme

  --primary-theme-color: #HEX CODE;
    --secondary-theme-color: #HEX CODE;

  1. Primary Theme Color (lines under the registration fields)
  2. Secondary Theme Color (register button)

Changing the font color and size - Under header "Root"

    --primary-font-color: #HEX CODE;;
    --paragraph-font-color: #HEX CODE;;
    --secondary-paragraph-font-color: #HEX CODE;;
    --presenter-name-font-color: #HEX CODE;;
    --presenter-text-font-color: #HEX CODE;;

  1. Primary Font Color
  2. Paragraph Font Color (Thank you for registering page)
  3. Secondary Paragraph Font Color
  4. Presenter name font color 
  5. Presenter text font color

Adding a secondary logo 

  1. Open the specific event
  2. Click "Session Setup & Studio Access"
  3. Select "Lobby" session
  4. Click "Features" tab
  5. Go to "Additional Logo"
  6. Add logo 
  7. Save and Publish 
  8. The second logo will appear here