Skip to main content
All CollectionsAdvanced SettingsCustomization Scripts
Collection of CSS customization scripts
Collection of CSS customization scripts

A collection of CSS scripts written by other customers.

Updated over 2 years ago

A collection of CSS scripts written by other customers. Click the title for detailed instruction. Don’t forget to notify us in the chat after saving your script in the CSS field to approve and implement them.

Change the embedded video tool size. Replace β€˜780’ with a larger number to increase size even further or a smaller number to decrease the size.

.panel-video-workshop {
height: 780px;
}

Change sponsor banner image to the fitting size

.inrev-panel, .inrev-panel .panel-heading, .inrev-panel .panel-body {
border: none;
}

.sponsor-img{
width: 100%;
height: auto;
margin-bottom: 20px;
}

Change background into own picture

πŸ’‘ Tip: Use a light background picture

body {
background-image: url(PUT LINK HERE OF PICTURE);
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: cover;
background-attachment: fixed;
background-color: #121212;
}

Change host circle colour in view session

.host-seat, .highlight-seat {
border: 5px solid #HEXCODE!important;

More coming soon!

Did this answer your question?